function ventanaSecundaria (URL){ 
   window.open("routs/madrid.htm","ventana1","width=410,height=420,scrollbars=SI") 
} 

function ventanaTerciaria (URL){ 
   window.open("routs/andalucia.htm","ventana2","width=440,height=290,scrollbars=NO") 
}
function ventanaPrimaria (URL){ 
   window.open("routs/mapa_janda.htm","ventana1","width=408,height=359,scrollbars=SI") 
}
function ventanacalendario (URL){ 
   window.open("routs/mapa_janda.htm","ventana1","width=408,height=359,scrollbars=SI") 
}


