splashWidth = screen.width;
	splashHeight = screen.height;
	if(splashWidth>2*splashHeight){ // dopppio monitor
		splashWidth=splashWidth/2; 
  }
  window.resizeTo(splashWidth,splashHeight);
  window.moveTo(0,0);
function dopop(url, breed, hoog)
{	page = window.open(url,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left="+(screen.width/2 - breed/2)+",top="+(screen.height/2-hoog/2)+",screenX="+(screen.width/2 - breed/2)+",screenY="+(screen.height/2 - hoog/2)+",width=" + breed + ",height=" + hoog);
}
function dopop2(url, breed, hoog)
{	page = window.open(url,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,left="+(screen.width/2 - breed/2)+",top="+(screen.height/2-hoog/2)+",screenX="+(screen.width/2 - breed/2)+",screenY="+(screen.height/2 - hoog/2)+",width=" + breed + ",height=" + hoog);
}
function reduceSpam(name,address) {
	location.href = 'mailto:'+name+'@'+address;
}
function MM_preloadImages() {
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")