<!--
    document.onmousedown=click
    function click()
    {if((event.button==2) ||(event.button==3))
    {alert("Sorry, right click is not available on this page!");}}
  //-->
