// JavaScript Document
<!--
function imageProtect(mousebutton) { //3.0
if (navigator.appName == "Microsoft Internet Explorer") {
 if (mousebutton == 2 || mousebutton == 3 || mousebutton == 6 || mousebutton == 7) {
  alert(' k a l a n i  **  p r o d u c t i o n s  \n  w e b s i t e  *  c r e a t e d   b y  \n    A   M  i   R  a   G  e.'); 
  return false;
  }
 }

 else if (navigator.appName == "Netscape") {
  if (mousebutton == 3) {
  alert('amirage ... the remix cd ....... volume 1.'); 
   return false;
  }
 }
 else return true;
}
//-->