want to know how i´ve done the javascript- menu above? only paste the following text into the body of your html- document :
<form name="form1">
<select name="menu1" onChange="go(this, 1, false)">
<option>
<option><small> your linkname.here</small>
<option><small> your other linkname.here</small>
</select>
</form>
instead of the red words you enter the text how the entry in the menu should look like, perhaps "home" or "e-mail".
after you´ve done that, you have to paste some script into the header of your html- doc.