// JavaScript Document

<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
//---------da qui
//var mymessage = "Copyright Prema srl";

//if (document.layers){
//document.captureEvents(Event.MOUSEDOWN);
//}

//function rtclickcheck(keyp){

  //if (document.layers && keyp.which != 1) {
  //  alert(mymessage);
 //   return false;
 // }


 // if (document.all && event.button != 1) { 
  //  alert(mymessage);
  //  return false;
 // }
//}

//document.onmousedown = rtclickcheck

//---a qui
//-->




<!--caricamento immagini inizio
function MM_preloadImages() { //v3.0
  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];}}
}
//-->caricamento immagini fine


<!--apri pop up
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->fine apri pop up

//APRIFINESTRA POPUP CENTRATA
<!--
var win = null; 
function NewWindow(mypage,myname,w,h,scroll){ 
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; 
TopPosition = (screen.height) ? (screen.height-h)/2 : 0; 
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',' 
win = window.open(mypage,myname,settings)
win.focus()
} 

//-->
//---FINE APRIFINESTRA POPUP