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 false;}}

function fm(){
if(document.images)
	{for(i=0;i<document.images.length;i++)
		{document.images[i].onmousedown=dx;}
	}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}
