<!--
function right(e) {
    if (navigator.appName == 'Netscape' && (e.which == 2 || e.which == 3)) {
      alert("© Copyright Iannetti.it");
      return false;
    }
    else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button==2 || event.button == 3)) {
      alert("© Copyright Iannetti.it");
      return false;
    }
    return true;
  }
  document.onmousedown=right;
  if (document.layers) window.captureEvents(Event.MOUSEDOWN);
  window.onmousedown=right;
//-->
<!--
var popup="";

function apriPOPUP(url,width,height)
{ 
 if (popup!="")
 {
 popup.close();
 } 
var centX=screen.availWidth/2-width/2;
var centY=screen.availHeight/2-height/2;
popup=window.open(url,"popup","resizable=no,scrollbars=no,height="+height+",width="+width+",location=no,menubar=no,screenX=0,screenY=0,status=no,toolbar=no,top="+centY+",left="+centX);
  popup.document.write('<html>\n<head>\n<title>[ www.sergiosardone.com - La galleria del gol ]</title>\n</head>\n<body topmargin=0 leftmargin=0 bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#000000" onload="preloadImages()">\n<a href="javascript:close()"><img src="'+url+'" border="0" alt="Clicca per chiudere"></a><br>\n</body>\n</html>\n');
  popup.focus();
}

//-->

//----------------------------------------------------------------


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}




hp_ok=true;function hp_d00(s){if(!hp_ok)return;document.write(s)}//-->


function hp_ne()
{
return true
}
onerror=hp_ne;




function hp_dn(a){
return false
};
function hp_de(e){
return(e.target.tagName!=null&&e.target.tagName.search('^(INPUT|TEXTAREA|BUTTON|SELECT)$')!=-1)
};
function hp_md(e){
if(e.which==1){
	window.captureEvents(Event.MOUSEMOVE);window.onmousemove=hp_dn
	}
}
function hp_mu(e){
if(e.which==1){
	window.releaseEvents(Event.MOUSEMOVE);
	window.onmousemove=null
	}
}
if(navigator.appName.indexOf('Internet Explorer')==-1||(navigator.userAgent.indexOf('MSIE')!=-1&&document.all.length!=0)){
	if(document.all){document.onselectstart=hp_dn}
	else if(document.layers){
		window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN);
		window.onmousedown=hp_md;
		window.onmouseup=hp_mu
		}
	else if(document.getElementById&&!document.all){
	document.onmousedown=hp_de
	}
}//-->

//-----  FINE FUNZIONI PER DISABILITARE LA SELEZIONE DEL TESTO

//---------- FUNZIONI PER DISABILITARE IL DRAG AND DROP
function hp_ndd()
	{return false}
document.ondragstart=hp_ndd;
//---------- FUNZIONI PER DISABILITARE IL DRAG AND DROP


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")
// --> 