prova così:

codice:
function apriPopup(valore) {
 if (valore=="valorechevuoi")
  window.open('pagina.htm','','width=300,height=400');"
}
da avviare così:

codice:
<select name="menu" onchange="apriPopup(this.options[this.selectedIndex].value);">
ciao