// JavaScript Document

function abrirVentana() 
{ 
window.open('sede1a.htm','','titlebars=0, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1000,height=700'); 
} 
function abrirVentana2() 
{ 
window.open('sede1b.htm','','titlebars=0, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1000,height=700'); 
}
function abrirVentana3() 
{ 
window.open('sede1c.htm','','titlebars=0, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1000,height=700'); 
} 
function abrirVentana4() 
{ 
window.open('sede2a.htm','','titlebars=0, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1000,height=700'); 
} 
function abrirVentana5() 
{ 
window.open('sede2b.htm','','titlebars=0, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1000,height=700'); 
} 
function abrirVentana6() 
{ 
window.open('sede2c.htm','','titlebars=0, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1000,height=700'); 
} 
