
var mymessage = "This Site Designed and Developed by\n\n © Kalptaru Infotech Ltd. \n\n Phone : 0731-243917";

document.write ("<link rel=stylesheet type=text/css href=jsdata.css>");

function rtclickcheck(keyp){

  if (navigator.appName == "Netscape" && keyp.which == 3) {

    alert(mymessage, "SearchIndore.com" );

    return false;

  }

  if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {

    alert(mymessage, "SearchIndore.com" );

    return false;

  }

}



document.onmousedown = rtclickcheck;

