Drop-down Box in the Editor that Launches Scenes?

I’m trying to put a drop-down box at the top of the editor (near file, help, and all those) that would have some scenes in it that I could launch by clicking them from the drop-down. What I mean by launch is that it should select the level and then play it.

Is this possible? If so does anyone know where I can look to learn how to edit the unity gui or does anyone have a script that will accomplish this?

Thanks for any help.

You should find the source code of Yilmaz’s talk - he had put it online, but can’t remember where. It has an example of scene loading from the code (he actually does that from his “presentation app” made with Unity Editor scripting).