﻿/*------------------------------------------------------------------------------
//  Warning : This computer program is protected by copying law and international treaties.
//  unauthorized reproduction program or any portion of it will be prosecuted to the maximum extent possible under law .
//  Forbidding : Redistribution of this code, whole or in part, as source code  or in binary form, alone or 
//  as part of a larger distribution or product, is forbidden for any commercial or for-profit or Non-commercial
//  use without the author's explicit written permission.
//  Author : email:redhotsoft@hotmail.com ,location: taiwan cellphone:0919910435
//<script language="javascript" src="..\App_Js\masterint.js"></script>
-----------------------------------------------------------------------------*/
// Web Protections : No Mouse Right Click
document.oncontextmenu = function() { return false };
document.onmousedown = function() { return false };
document.onselectstart = function() { return false };
