// JavaScript Document
function changeTab( tab, len ){  
   for(i=1; i<=len; i++){
      document.getElementById("t"+i).className="tab_home tab_inactive";
	  document.getElementById("tab_"+i).style.display ="none";
	  
   }

   document.getElementById(tab.replace('tab_','t')).className="tab_home tab_active";
   document.getElementById(tab).style.display="block"; 
}
function contacto()
{
window.open('http://www.poz.unexpo.edu.ve/web/urace/contacto/','contacto', 'location=0,resizable=0,scrollbars=0,toolbar=0,direcories=0,width=500,height=450,top=100,left=300')
}

function actualizar()
{
window.open('http://www.poz.unexpo.edu.ve/web/urace/pregrado/estudiantes/ficha','actualizar', 'location=0,resizable=0,scrollbars=0,toolbar=0,direcories=0,width=750,height=480,top=100,left=100')
}
function popup()
{
window.open('http://www.poz.unexpo.edu.ve/web/urace/pregrado/estudiantes/cronograma.html','popup', 'location=0,resizable=0,scrollbars=0,toolbar=0,direcories=0,width=430,height=320,top=200,left=300')
}
function informa()
{
window.open('http://www.poz.unexpo.edu.ve/web/articulos/ortsi.htm','informa', 'location=0,resizable=0,scrollbars=0,toolbar=0,direcories=0,width=320,height=330,top=100,left=200')
}
function wifi_reg()
{
window.open('http://www.poz.unexpo.edu.ve/web/ortsi/reg_wifi','wifi', 'location=0,resizable=1,scrollbars=1,toolbar=0,direcories=0,width=760,height=580,top=10,left=100')
}
function horarios()
{
window.open('http://www.poz.unexpo.edu.ve/web/urace/pregrado/estudiantes/horarios','horarios', 'location=0,resizable=0,scrollbars=0,toolbar=0,direcories=0,width=320,height=300,top=200,left=300')
}
function turno()
{
window.open('http://www.poz.unexpo.edu.ve/web/urace/pregrado/estudiantes/turno','turno', 'location=0,resizable=0,scrollbars=0,toolbar=0,direcories=0,width=620,height=340,top=200,left=200')
}
function cronograma()
{
window.open('http://www.poz.unexpo.edu.ve/web/urace/cronograma.html','cronograma', 'location=0,resizable=0,scrollbars=0,toolbar=0,direcories=0,width=730,height=300,top=180,left=180')
}
function induccion()
{
window.open('http://www.poz.unexpo.edu.ve/web/urace/induccion.html','cronograma', 'location=0,resizable=0,scrollbars=0,toolbar=0,direcories=0,width=480,height=250,top=180,left=180')
}
function correo()
{
window.open('http://www.poz.unexpo.edu.ve/web/ortsi','correo', 'location=0,resizable=0,scrollbars=0,toolbar=0,direcories=0,width=600,height=510,top=80,left=120')
}
function declaracion()
{
window.open('http://www.poz.unexpo.edu.ve/web/ortsi/declaracion.php','correo', 'location=0,resizable=0,scrollbars=1,toolbar=0,direcories=0,width=600,height=600,top=80,left=150')
}