// Javascript Source Code : Dynamically created by SOURCE2CMS v.1.10.2

// RunOnLoad 
function RunOnLoad()
{
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length ; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}
}


var mymessage = "Copy Right 2007 | Altun Gida";



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



//popup

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}


