  <!--
    function ProtectMyPage ()
    {
 
        return ( true ) ;
    }

    window.document.onmousedown = ProtectMyPage ;
  -->