function no_right_click() 
{
 if (event.button==2) 
   window.alert('RANB Design - All Rights reserved');
}
document.onmousedown=no_right_click;

