function disableRC() { 
	if (event.button == 2) {
		alert("Copyright NGDC 2010");
	} 
}
function disableCT() {
	if(event.srcElement.tagName!='INPUT') {
		window.event.returnValue=false 
	} 
}
