function popUp(url){ 
 parametros = "height=300,width=500,location=0,resizable=1,scrollbars=1,status=1,toolbar=1"; 
 window.open(url,"",parametros);
}

function setearBarra(){ 
 window.defaultStatus = "Inglesnet.com - La Guía de Inglés para el mundo hispano";
}

function titulo(parametro){ 
 window.status = parametro;
}

function go(menu){
 var aux = menu[menu.selectedIndex].value;
 var aux2 = menu[menu.selectedIndex].text;
 if (aux != ""){    
  window.location = aux        
 }else{
   alert("La página de " + aux2 + " está en construcción");}function getItem(menu){return menu[menu.selectedIndex].value
 }
}