	window.onresize = new Function("window.location.reload();");
	var ie=(document.all)?1:0;
	var hide=-1;
	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;
	opera=window.opera?1:0;

	if(opera) var menu_x=(screen.width == 800)?[273,396,522,673]:[384,508,634,800];
	else if(ie) var menu_x=(screen.width == 800)?[3,193,270,626]:[116,306,382,738];
	else if(isMozilla)  var menu_x=(screen.width == 800)?[273,396,522,673]:[384,508,634,800];
	else var menu_x=(screen.width == 800)?[273,396,522,673]:[384,508,634,800];
	
	
	
	// top	
	var menu_y=322;
	var str="";
	str+="<style>\n";
	str+="a.ahome{color:#ffffff; text-decoration:none; FONT-FAMILY:Tahoma; FONT-SIZE:11px;}\n";
	str+="a.ahome:hover{color:#000000; text-decoration:none; FONT-SIZE:11px; FONT-FAMILY:Tahoma; }\n";
	str+="a.mmenu{color:#000000; text-decoration:none;}\n";
	str+="a.mmenu:hover{color:#000000; text-decoration:none;}\n";
	str+="td.menubg{FONT-WEIGHT:normal;FONT-SIZE:11px;FONT-STYLE:normal;color:#000000;FONT-FAMILY:Tahoma; background-color:#3687b8;}\n";
	
if(ie)
{
	str+="#Mmenu0{filter:alpha(opacity=100); position:absolute;top:" + menu_y +  ";left:" + menu_x[0] + ";visibility:hidden;z-index:10;}\n"; 
	str+="#Mmenu1{filter:alpha(opacity=100); position:absolute;top:" + menu_y +  ";left:" + menu_x[1] + ";visibility:hidden;z-index:10;}\n"; 
	str+="#Mmenu2{filter:alpha(opacity=100); position:absolute;top:" + menu_y +  ";left:" + menu_x[2] + ";visibility:hidden;z-index:10;}\n"; 
	str+="#Mmenu3{filter:alpha(opacity=100); position:absolute;top:" + menu_y +  ";left:" + menu_x[3] + ";visibility:hidden;z-index:10;}\n"; 

		

}
else
{
	str+="#Mmenu0{position:absolute;top:" + menu_y +  ";left:" + menu_x[0] + ";visibility:hidden;}\n"; 
	str+="#Mmenu1{position:absolute;top:" + menu_y +  ";left:" + menu_x[1] + ";visibility:hidden;}\n"; 
	str+="#Mmenu2{position:absolute;top:" + menu_y +  ";left:" + menu_x[2] + ";visibility:hidden;}\n"; 
	str+="#Mmenu3{position:absolute;top:" + menu_y +  ";left:" + menu_x[3] + ";visibility:hidden;}\n"; 
	
}
	str+="</style>";
	document.write (str);

	function mover(x){
		eval("itd"+x+".style.backgroundColor='#c3dbea' ");
		eval("itd"+x+".style.Color='#000000'");
	}
	function mout(x){
		eval("itd"+x+".style.backgroundColor='#3687b8'");
		eval("itd"+x+".style.Color='#000000'");
	}

	function smover(x){
		eval("std"+x+".style.backgroundColor='#FFAD33'");
		
	}
	function smout(x){
		eval("std"+x+".style.backgroundColor='#000000'");
	}	
	

	function hideall(){
		for(i=0;i<=3;i++) { 
			if(ie) eval("Mmenu"+ i +".style.visibility='hidden';");
			else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+i);
				objMDiv.style.visibility="hidden";
			}
			else  document.layers[i].visibility="hide";
			}
	}
	

	function menu(x){
		temp=x;
		hideall();
		if(ie) eval("Mmenu"+ x +".style.visibility='visible';");
		else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+ x);
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}

	

	document.write ("<div id='Mmenu0' >");
	document.write ("<table width=107 cellpadding=4 cellspacing=1 bgcolor=#d8e8f2 border=0>");
	document.write ("<tr><td id='itd11' onmouseover=mover(11); onmouseout=mout(11) class='menubg' style='cursor:hand;'><a class='ahome' href='" + linkPath + "objectives.html'>&nbsp;Objectives</a></tD></tr>");
	document.write ("</table>");
	document.write ("</div>");
	
	document.write ("<div id='Mmenu1' >");
	document.write ("<table width=107 cellpadding=4 cellspacing=1 bgcolor=#d8e8f2 border=0>");
	document.write ("<tr><td id='itd21' onmouseover=mover(21); onmouseout=mout(21) class='menubg' style='cursor:hand;'><a class='ahome' href='"+ linkPath +"admission/eligibility.html'>&nbsp;Eligibility</a></tD></tr>");
	document.write ("<tr><td id='itd22' onmouseover=mover(22); onmouseout=mout(22) class='menubg' style='cursor:hand;'><a class='ahome' href='"+ linkPath +"admission/procedure.html'>&nbsp;Procedures</a></tD></tr>");
	document.write ("</table>");
	document.write ("</div>");
	
	document.write ("<div id='Mmenu2' >");
	document.write ("<table width=107 cellpadding=4 cellspacing=1 bgcolor=#d8e8f2 border=0>");
	document.write ("<tr><td id='itd31' onmouseover=mover(31); onmouseout=mout(31) class='menubg' style='cursor:hand;'><a class='ahome' href='"+ linkPath +"examination/eligibility.html'>&nbsp;Eligibility</a></tD></tr>");
	document.write ("<tr><td id='itd32' onmouseover=mover(32); onmouseout=mout(32) class='menubg' style='cursor:hand;'><a class='ahome' href='"+ linkPath +"examination/regulation.html'>&nbsp;Regulations</a></tD></tr>");
	//document.write ("<tr><td id='itd33' onmouseover=mover(33); onmouseout=mout(33) class='menubg' style='cursor:hand;'><a class='ahome' href='"+ linkPath +"examination/results.html'>&nbsp;Results</a></tD></tr>");
	document.write ("</table>");
	document.write ("</div>");
	
	document.write ("<div id='Mmenu3' >");
	document.write ("<table width=145 cellpadding=4 cellspacing=1 bgcolor=#d8e8f2 border=0>");
	document.write ("<tr><td id='itd41' onmouseover=mover(41); onmouseout=mout(41) class='menubg' style='cursor:hand;'><a class='ahome' href='"+ linkPath +"activities/seminar.html'>&nbsp;Seminars/ Workshop and &nbsp;Symposia</a></tD></tr>");
	document.write ("<tr><td id='itd42' onmouseover=mover(42); onmouseout=mout(42) class='menubg' style='cursor:hand;'><a class='ahome' href='"+ linkPath +"activities/researchpjt.html'>&nbsp;Research Project</a></tD></tr>");
	document.write ("<tr><td id='itd43' onmouseover=mover(43); onmouseout=mout(43) class='menubg' style='cursor:hand;'><a class='ahome' href='"+ linkPath +"activities/physical_edu.html'>&nbsp;Physical Education</a></tD></tr>");
	document.write ("<tr><td id='itd44' onmouseover=mover(44); onmouseout=mout(44) class='menubg' style='cursor:hand;'><a class='ahome' href='"+ linkPath +"activities/camp_community.html'>&nbsp;Camp and Community Work</a></tD></tr>");
	document.write ("</table>");
	document.write ("</div>");
	
	