function notalegalES(){
var winleft = (screen.width - 500) / 2;
var winUp = (screen.height - 570) / 2;

	window.open ("notalegalES.htm","blank","width=518,height=570,top=" + winUp + ",left=" + winleft + ",status=no,toolbar=no,scrollbars=yes");
}

function notalegalEN(){
var winleft = (screen.width - 500) / 2;
var winUp = (screen.height - 570) / 2;

	window.open ("notalegalEN.htm","blank","width=518,height=570,top=" + winUp + ",left=" + winleft + ",status=no,toolbar=no,scrollbars=yes");
}

function notalegalGE(){
var winleft = (screen.width - 500) / 2;
var winUp = (screen.height - 570) / 2;

	window.open ("notalegalGE.htm","blank","width=518,height=570,top=" + winUp + ",left=" + winleft + ",status=no,toolbar=no,scrollbars=yes");
}

function notalegalFR(){
var winleft = (screen.width - 500) / 2;
var winUp = (screen.height - 570) / 2;

	window.open ("notalegalFR.htm","blank","width=518,height=570,top=" + winUp + ",left=" + winleft + ",status=no,toolbar=no,scrollbars=yes");
}

function ventana_legES(){
	var winleft = (screen.width - 410) / 2;
	var winUp = (screen.height - 175) / 2;
	window.open ("ventanalegalES.htm","new","width=410,height=175,top="+ winUp + ",left="+ winleft + ",status=no,toolbar=no,scrollbars=no");
}
function ventana_legEN(){
	var winleft = (screen.width - 410) / 2;
	var winUp = (screen.height - 175) / 2;
	window.open ("ventanalegalEN.htm","new","width=410,height=175,top="+ winUp + ",left="+ winleft + ",status=no,toolbar=no,scrollbars=no");
}
function ventana_legGE(){
	var winleft = (screen.width - 410) / 2;
	var winUp = (screen.height - 175) / 2;
	window.open ("ventanalegalGE.htm","new","width=410,height=175,top="+ winUp + ",left="+ winleft + ",status=no,toolbar=no,scrollbars=no");
}
function ventana_legFR(){
	var winleft = (screen.width - 410) / 2;
	var winUp = (screen.height - 175) / 2;
	window.open ("ventanalegalFR.htm","new","width=410,height=175,top="+ winUp + ",left="+ winleft + ",status=no,toolbar=no,scrollbars=no");
}