function InformacionEmpresa() 
{
	var w = window.open("InformacionEmpresa.htm", "Información", "top=" + Math.round((screen.height/2)-175) + ",left=" + Math.round((screen.width/2)-200) + ",toolbar=no,menubar=no,directories=no,status=no,resizable=no,location=no,scrollbars=no,height=130,width=400");
	w.focus();
}
function AvisoLegal() 
{
	var w = window.open("AvisoLegal.htm", "Aviso_Legal", "top=" + Math.round((screen.height/2)-175) + ",left=" + Math.round((screen.width/2)-200) + ",toolbar=no,menubar=no,directories=no,status=no,resizable=yes,location=no,scrollbars=yes,height=400,width=400");
	w.focus();
}
function ProteccionDatos() 
{
	var w = window.open("ProteccionDatos.htm", "Proteccion_Datos", "top=" + Math.round((screen.height/2)-175) + ",left=" + Math.round((screen.width/2)-200) + ",toolbar=no,menubar=no,directories=no,status=no,resizable=no,location=no,scrollbars=auto,height=330,width=400");
	w.focus();
}

