﻿var isnn,isie;if(navigator.appName=="Microsoft Internet Explorer")isie=true;if(navigator.appName=="Netscape")isnn=true;function right(a){if(isnn&&(a.which==3||a.which==2))return false;else if(isie&&(event.button==2||event.button==3)){alert("Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED");return false}return true}function key(){if(isie)if(event.keyCode==17||event.keyCode==18||event.keyCode==93){alert("Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED");return false}if(isnn){alert("Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED");return false}}if(document.layers)window.captureEvents(Event.KEYPRESS);if(document.layers)window.captureEvents(Event.MOUSEDOWN);if(document.layers)window.captureEvents(Event.MOUSEUP);document.onkeydown=key;document.onmousedown=right;document.onmouseup=right;window.document.layers=right