<!--

var mymessage = " © Copyright  2000 - 2003  Designed  and  Maintained  By  ' WWW.HOTCHENNAI.COM '  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~   All  Rights  Reserved   ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ";

function rtclickcheck(keyp)
{
  if (navigator.appName == "Netscape" && keyp.which == 3) {
    alert(mymessage);
    return false;
  }

  if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
    alert(mymessage);
    return false;
  }
}

document.onmousedown = rtclickcheck
//-->
