Huy que tarde llego a esta fiesta
pues dejaré mi aportación, jejé
En mi opinión la forma más sencilla es sin funciones ni id's ni ná, simplemente algo tipo:
<select onChange="location.href=this.options[this.selectedIndex].value">
<option value="http://www.yahoo.es/">Yahoo</option>
<option value="http://www.google.com/"> Google</option>
<option value="http://es.es.altavista.com/"> Altavista </option>
</select>
Y yá.
Si quieres que cargue en un frame concreto entonces sería
parent.nombredelFrame.location.href=this.options[this.selectedIndex].value