function no_right_click() 
{
 if (event.button==2) 
   window.alert('Call me at 919830074043 and discuss hearing problem - KRISHNO SENGUPTA 10am to 6pm except sunday');
}
document.onmousedown=no_right_click;

