prova così:
da avviare così:codice:function apriPopup(valore) { if (valore=="valorechevuoi") window.open('pagina.htm','','width=300,height=400');" }
ciaocodice:<select name="menu" onchange="apriPopup(this.options[this.selectedIndex].value);">