
<!--

var IMG     = document.title
var BrwsrV  = parseInt(navigator.appVersion)
var BrwsrIE = navigator.appName == "Microsoft Internet Explorer"
var BrwsrNS = navigator.appName == "Netscape"

function SendMail(){ 
   ClickOK = confirm("Click \'OK'\ if you like to send us an E_MAIL to REQUEST this picture for free in even better quality")
   if (ClickOK !=0){ 
      location = ("mailto:info@taatohdivers.com?body=Please reply sending this picture '" +IMG+ "' as an attachment")
} 
}

function MSG(e){
   if (BrwsrNS && e.which > 1){
      SendMail()
      return false
}
   else if (BrwsrIE && (event.button >1)){
      SendMail()
      return false;
}
}

document.onmousedown = MSG;
   if (document.layers) window.captureEvents(Event.MOUSEDOWN);
   if (BrwsrNS && BrwsrV<5) window.onmousedown = MSG;


//-->

