<!--
  function ProtectMyPage()
  {
//    if ((window.event.button == 2) || (window.event.button == 3)) {
//      alert("___________________________ \n\n" +
//             "        Copyright: 2008 \n" +
//             " Designed By Meisam Maghsoodi \n" +
//             "      www.Motalefe-party.com \n" +
//             "           All rights reserved. \n" +
//             "___________________________ \n");
//
//       return(false);
//    }
//    else
//      return(true);
  }

//  window.document.onmousedown = ProtectMyPage;
-->
