// JavaScript Document
function popUpIreki(URL,zab,luz){
	lehZabal=screen.width;
	lehLuz=screen.height;
	ezkPos=(lehZabal-zab)/2;
	goiPos=(lehLuz-luz)/2;
	window.open(URL,"ventana","left="+ezkPos+", top="+goiPos+", width="+zab+", height="+luz+", scrollbars=1, menubar=no, location=no, resizable=no");
}

function osorik_ireki(){
	top.window.moveTo(0,0); 
	if (document.all) { 
		top.window.resizeTo(screen.availWidth,screen.availHeight); 
	} 
	else if (document.layers||document.getElementById) { 
		if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){ 
			top.window.outerHeight = screen.availHeight; 
			top.window.outerWidth = screen.availWidth; 
		} 
	} 
}
function popUpLogin(URL){
	zab=390;
	luz=180;
	lehZabal=screen.width;
	lehLuz=screen.height;
	ezkPos=(lehZabal-zab)/2;
	goiPos=(lehLuz-luz)/2;
	window.open(URL,"ventana","left="+ezkPos+", top="+goiPos+", width="+zab+", height="+luz+", scrollbars=0, menubar=no, location=no, titlebars=no, resizable=no");
}

