// (C) 2003 CodeLifter.com
// Source: CodeLifter.com
// Do not remove this header

// Set the message for the alert box
am = "This function is disabled!";

// do not edit below this line
// ===========================
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}

document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;

///////////////////////////////////////////////////////////////////
document.write ('<meta http-equiv="imagetoolbar" content="no">');

//////////////////////////////////////////////////////////////////
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function StartaVideoAltaRisoluzione(URL){
window.open("VideoAltaRisoluzione.asp?url="+URL,"","width=600,height=515,resizable=no,toolbar=no,scrollbars=no,top="+(screen.height-600)/2+",left="+(screen.width-515)/2)
}

function StartaVideoMediaRisoluzione(URL){
window.open("VideoMediaRisoluzione.asp?url="+URL,"","width=320,height=305,resizable=no,toolbar=no,scrollbars=no,top="+(screen.height-320)/2+",left="+(screen.width-305)/2)
}

function ApriFinestra(URL,larghezza,altezza){
window.open("image.asp?url="+URL,"","width="+larghezza+",height="+altezza+",resizable=no,toolbar=no,scrollbars=no,top="+(screen.height-altezza)/2+",left="+(screen.width-larghezza)/2)
}

messageNum = 0;
//first message to be displayed in 3 seconds
setTimeout("messageChanger();", 3000);

//second message
function messageChanger() {
if (messageNum ==0) {
defaultStatus = "Mismatic";
messageNum = 1;
} else {
defaultStatus = "Screen printing machines & equipment";
messageNum = 0;
}

//Schedule the next message
setTimeout("messageChanger();", 3000);
}