// JavaScript Document
// Script de Ricard Fonts 07-2004 fullScreen ampliar(open new self href-close opener) i tornar(open new self href-close opener)
<!--
function fullwin(){
if (screen.width<800||screen.height<600){
window.open(location.href,"","toolbars=no, scrollbars=yes, width=630, height=470, left=0, top=0")
	}
else if (screen.width==800||screen.height==600){
	window.open(location.href,"","toolbars=no, scrollbars=yes, width=790, height=586, left=0, top=0")
	}
else if (screen.width==1024||screen.height==768){
	window.open(location.href,"","toolbars=no, scrollbars=yes, width=1014, height=730, left=0, top=0")
	}
else { //if all else
	window.open(location.href,"","top=50,left=60,toolbars=no, width=1014, height=730,directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no")
	}
window.opener = top; 
window.close();}

function reduir(){
if (screen.width<800||screen.height<600){
window.open(location.href,"","top=0,left=0,toolbar=yes,directories=yes,location=yes,menubar=yes, width=640, height=480,resizable=yes,scrollbars=yes,status=yes")
	}
else if (screen.width==800||screen.height==600){
	window.open(location.href,"","top=0,left=0,toolbar=yes,directories=yes,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes")
	}
else if (screen.width==1024||screen.height==768){
	window.open(location.href,"","top=0,left=0,toolbar=yes,directories=yes,location=yes,menubar=yes, width=1024, height=768,resizable=yes,scrollbars=yes,status=yes")
	}
else { //if all else)
    window.open(location.href,"","top=50,left=60,toolbar=yes,directories=yes,location=yes,menubar=yes, width=1024, height=768,resizable=yes,scrollbars=yes,status=yes")
	}
window.opener = top; 
window.close();}
//-->

if((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>=4)){
		document.writeln('');
	}
	
	else {
		document.writeln('<center>');
	}

