Código:
<SELECT name = "alimentacion" > <OPTION SELECTED value= "tipos_de_negocio/alimentacion.htm">Menú Principal <OPTION value= "tipos_de_negocio/alimentacion.htm" >Carnicerías <OPTION value= "tipos_de_negocio/alimentacion.htm" > Charcuterías <OPTION value= "tipos_de_negocio/alimentacion.htm" > Panaderías <OPTION value= "tipos_de_negocio/alimentacion.htm" > Pastelerías <OPTION value= "tipos_de_negocio/alimentacion.htm" > Pescaderías <OPTION value= "tipos_de_negocio/alimentacion.htm" > Pollerías <OPTION value= "tipos_de_negocio/alimentacion.htm" > Reposterías <OPTION value= "tipos_de_negocio/alimentacion.htm" > Varios </SELECT> <INPUT TYPE=BUTTON value= "Ir a..." onclick="window.open(alimentacion.value, 'cabecera')" onClick= "top.location.href=this.form.list.options[this.form.list.selectedIndex].value"> </FORM>