
var a='<style>'+
'A.footer:link {'+
'  font-family : verdana, tahoma, sans-serif;'+
'  color:#9B949C;'+
'  text-decoration:underline;'+
'  font-size : 9pt;'+
'  padding:0 0 0 0;'+
'  }'+  
'A.footer:visited {'+
'  font-family : verdana, tahoma, sans-serif;'+
'  color:#9B949C;'+
'  text-decoration:underline;'+
'  font-size : 9pt;'+
'  padding:0 0 0 0;}'+  
'A.footer:active {'+
'  font-family : verdana, tahoma, sans-serif;'+
'  color:#9B949C;'+
'  text-decoration:underline;'+
'  font-size : 9pt;'+
'  padding:0 0 0 0;'+
'  }'+  
'A.footer:hover {'+
'  font-family : verdana, tahoma, sans-serif;'+
'  color:#FF0066;'+
'  text-decoration:none;'+
'  font-size : 9pt;'+
'  padding:0 0 0 0;'+
'  }'+
'</style>'
if (document.all || document.getElementById){
    document.write(a)
}



window.status = "www.nationalinterlock.com";

function linkOver(){
	window.status = "www.nationalinterlock.com";
}

am = "Right Click is disabled!";
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;	//disable this function for development period
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;
