am = "Copyright Notice\n\nThe artwork and scripts featured on this website are developed                         \nexclusively for CarJet Iberia and it's associate companies.\n\nYou may not make unauthorised copies from this website, nor                      \nreproduce content without our written approval.\n\nWe regularly 'shop' our competitors websites and will instigate\nlegal action under Spanish, English or US law in the event of\nunauthorised copies of our content or abuse of our intellectual\nproperty.\n\nwww.carjet-iberia.com\n\n";
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
