function ds(e){if(!document.forms.length){return false;}}
function es(){return true;}
if(window.sidebar){document.onmousedown=ds;document.onclick=es;document.oncontextmenu=new Function("return false");}
document.onselectstart=new Function("return false");
function dx(e){
var msg="Attenzione: Immagini protette da copyright"; 
if (navigator.appName=='Netscape' && e.which==3)
{alert(msg);return false;}
if (navigator.appName =='Microsoft Internet Explorer'&&event.button==2)
{alert(msg);return false;}
else{return true;}}
function ferma(){
if(document.images)
	{for(i=0;i<document.images.length;i++)
		{document.images[i].onmousedown=dx;}
	}
}
