if(document.layers) 
{
 document.captureEvents(Event.MOUSEDOWN);
 document.captureEvents(Event.KEYPRESS);
}
 
document.onmousedown=donotsave;
document.onkeypress=donotsave1;
function donotsave(e)
{
    
if(document.layers) 
{
  if((e.which == "2") || (e.which == "3"))
    {
 alert("Images are copyrighted. All rights are owned by Nirvana Jewellery.");    
    }
}  
else
{ 
  
 
  if((event.button == 2) || (event.button == "3"))
    {
 alert("Images are copyrighted. Wellspring | Dr. Avinash Phadke - Pathlab | Diagnostics.");    
    }
}
 

}
 
function donotsave1(e)
{
 alert(event.which);
   alert("Images are copyrighted. All rights are owned by Wellspring | Dr. Avinash Phadke - Pathlab | Diagnostics.");    
   
 
}