// JavaScript Document
<!--
function popup1(windowname)
		{
				var href = "lm.php";
			window.open(href, windowname, 'width=770,height=550,scrollbars=yes');
			return false;
		}
		function popup2(windowname)
		{
			var href = "am.php";
			window.open(href, windowname, 'width=770,height=550,scrollbars=yes');
			return false;
		}		
		function popup3(windowname)
		{
			var href = "om.php";
			window.open(href, windowname, 'width=770,height=550,scrollbars=yes');
			return false;
		}
		
		function popup4(windowname)
		{			
			var href = "form.php"
			window.open(href, windowname, 'width=750,height=500,scrollbars=yes');
			return false;
		}
		function popup5(windowname)
		{			
			var href = "c_drmanjunath.php"
			window.open(href, windowname, 'width=796,height=500,scrollbars=yes');
			return false;
		}
		function popup6(windowname)
		{			
			var href = "j_anti_drug.php"
			window.open(href, windowname, 'width=796,height=500,scrollbars=yes');
			return false;
		}		
		
var message="www.icc-india.com..!";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

		
// --> 

