/* Disable Right Click (ver 2) - Begin */

var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

/* Disable Right Click (ver 2) - End */


/* Disable Right Click (ver 1) - Begin */
/*
var msg = "Tai Fook Securities Company Limited";
if(document.layers) window.captureEvents(Event.MOUSEDOWN);
function no_click(e){
if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3))
	 {
	  alert(msg);return false;
	 }
if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
	 {
	   alert(msg);return false;
	 }
}
window.onmousedown=no_click;
document.onmousedown=no_click;
if(document.layers) window.captureEvents(Event.MOUSEDOWN);
function no_click(e){
if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3))
	 {
	  alert(msg);return false;
	 }
if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
	 {
	   alert(msg);return false;
	 }
}
window.onmousedown=no_click;
document.onmousedown=no_click;
*/
/* Disable Right Click (ver 1) - End */