ancho=screen.width;
alto=screen.height;
function fullscreen(){
moveTo(0,0);
resizeTo(ancho,alto-20);
if (document.location.href!=top.location.href)
	top.location.href=document.location.href;
}
function legal(idioma){
	url='legal.asp?idioma='+idioma;
	ancho=600;
	alto=550;
	scr="0"
	var x=(screen.width-ancho)/2;
	var y=(screen.height-alto)/2; 
	if (scr=="") scr=0;
	else scr=scr;  
	var caracteristicas = "width="+ancho+",height="+alto+",menubar=no,toolbar=no,resizable=no,scrollbars="+scr+",left=" + x + ",top=" + y + ",alwaysRaised=true";
	
	poplegal=open(url,'poplegal', caracteristicas);
}