		
var right_click_on	= "no"		



   if (right_click_on == "yes") {
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">');
document.write('<script language="JavaScript">');
document.write('function noRightClick() {');
document.write('if (event.button==2) {');
document.write('alert(\'Tasto destro non attivo in questa pagina!\')');
document.write('}');
document.write('}');
document.write('document.onmousedown=noRightClick');
document.write('</script>');
}