<!-- 
if (window.Event) 
document.captureEvents(Event.MOUSEUP); 

function nocontextmenu(){
	event.cancelBubble = true
	event.returnValue = false;
	return false;
}

function norightclick(e){
	if (window.Event){
		if (e.which == 2 || e.which == 3)
			return false;
	}else if (event.button == 2 || event.button == 3){
		event.cancelBubble = true
		event.returnValue = false;
		return false;
	}       
}
document.oncontextmenu = nocontextmenu;         
document.onmousedown = norightclick;      

//  End -->
 <!-- 
var DHTML = (document.getElementById || document.all || document.layers); 
function ap_getObj(name) { 
if (document.getElementById) 
{ return document.getElementById(name).style; } 
else if (document.all) 
{ return document.all[name].style; } 
else if (document.layers) 
{ return document.layers[name]; } 
} 
function ap_showWaitMessage(div,flag) { 
if (!DHTML) return; 
var x = ap_getObj(div); x.visibility = (flag) ? 'visible':'hidden' 
if(! document.getElementById) if(document.layers) x.left=280/2; return true; } ap_showWaitMessage('waitDiv', 3); 
//--> </SCRIPT></head><SCRIPT LANGUAGE="JavaScript">
<!--
function FrameBuster(){
if (top !=self)
top.location=self.location;
}
// -->
<!-- // Colombohindu.com© (2003-2005). All Rights Reserved. Ideal Scripting by S.J.Jeyaram (s_j_jeyaram@colombohindu.com) - Note: mail me, If is there any errors on script. (HTML, Jscript, Java Script, VBScript, asp, php...)// -->