function copyright(img){
//alert('Copy Right Material \n Do not copy. Thanks');
img.oncontextmenu=new Function("alert('Copy Right Material. Do not copy. Thanks '); return false;");
}
 function cancelMouseClick(e){
  return false;
 }
