am = "Ford Granada Mk1 Owners Club \nIncorporating The Mk2 Register \nCopyright 2001 ©\nMany of the Photos in this website are \ncovered by the photographers own Copyright";

bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function nrc(e) {
   if (bNS && e.which >1){
      window.open("../../_private/Copyright.htm");
      return false
   } else if (bIE && (event.button ==2)) {
     alert(am)
     return false;
   }
}

document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV < 5) window.onmousedown = nrc;



if (window == top)
top.location.href="../../Index.html"


function hidestatus(){
window.status='Mk1 Granada Owners Club'
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
