function personal1()
{
	personal.style.left=146;
	personal.style.top=138;
	personal.style.visibility='visible';
}

function pedagogica1()
{
	pedagogica.style.left=270;
	pedagogica.style.top=138;
	pedagogica.style.visibility='visible';
}
function institucional1()
{
	institucional.style.left=417;
	institucional.style.top=138;
	institucional.style.visibility='visible';
}
function social1()
{
	social.style.left=565;
	social.style.top=138;
	social.style.visibility='visible';
}
function proyectos1()
{
	proyectos.style.left=130;
	proyectos.style.top=145;
	proyectos.style.visibility='visible';
}



window.focus();

function abrir_ventana(theURL,w,h,tt) 
{
	var winName=tt;
	var windowprops ="top=0,left=0,toolbar=no,location=no,status=no, menubar=no,scrollbars=no, resizable=no,width=" + w + ",height=" + h; 
	window.open(theURL,winName,windowprops);
}

function abrir_ventana2(theURL,w,h,tt) 
{
	var winName=tt;
	var windowprops ="top=0,left=0,toolbar=no,location=no,status=no, menubar=no,scrollbars=yes, resizable=yes,width=" + w + ",height=" + h; 
	window.open(theURL,winName,windowprops);
}

