<!-- 
function cerca(ctl){
var URL = ctl.value;
window.location.href = URL}

document.write("<select id='pagina' size=1 style='BACKGROUND-COLOR: rgb(255,255,255); width:358px ' onchange='cerca(this)' >");
document.write("<option style='background-color: #fef3cf' value='' >Seleccionar  antes un tema</option>");
document.write("</select>");
// -->