// JavaScript Document

function fnmenu()
	{
	var str="";
	str+="<table border='0' cellpadding='0' cellspacing='0'>";
	str+="<tr>";
	str+="<td><img src='" + linkPath + "images/menu.gif' alt='Menu' width='780' height='36' border='0' usemap='#Map4' /></td>";
	str+="</tr>";
	str+="</table>";
	str+="<map name='Map4' id='Map4'>";
	str+="<area shape='rect' coords='5,2,75,31' href='" + linkPath + "aboutus.html' alt='About Us' onMouseOver='hideall();' />";
	str+="<area shape='rect' coords='83,5,189,31' href='" + linkPath + "courses_offered.html' alt='Courses Offered' onMouseOver='hideall();' />";
	str+="<area shape='rect' coords='196,5,272,30' href='" + linkPath + "admission/admission.html' alt='Admission' onMouseOver='hideall();' />";
	str+="<area shape='rect' coords='274,2,359,31' href='#' alt='Examination' onMouseOver='menu(2);' />";
	str+="<area shape='rect' coords='369,6,522,31' href='" + linkPath + "deptofcollege.html' alt='Departments of College' onMouseOver='hideall();' />";
	str+="<area shape='rect' coords='530,6,623,29' href='" + linkPath + "infrastructure.html' alt='Infrastructure' onMouseOver='hideall();' />";
	str+="<area shape='rect' coords='631,4,692,30' href='" + linkPath + "activities/activities.html' alt='Activities' onMouseOver='hideall();'/>";
	str+="<area shape='rect' coords='700,3,770,28' href='" + linkPath + "contactus.html' alt='Contact Us' onMouseOver='hideall();' />";
	str+="</map>";
	document.write(str);
	}
	



function fnBottom()
	{
	var str="";
	str+="<table border='0' cellpadding='0' cellspacing='0'>";
	str+="<tr>";
	str+="	<td><img src='" + linkPath + "images/btmmenuleft.gif' width='18' height='18' alt='' border='0' /></td>";
	str+="	<td bgcolor='#FFFFFF' class='txtbtm' width='744' align='center'> <a href='" + linkPath + "aboutus.html'>About Us</a> | <a href='" + linkPath + "courses_offered.html'>Courses Offered</a> | <a href='" + linkPath + "admission/admission.html'>Admission</a> | <a href='" + linkPath + "examination/eligibility.html'>Examination</a> | <a href='" + linkPath + "deptofcollege.html'>Departments of College</a> | <a href='" + linkPath + "infrastructure.html'>Infrastructure</a>  | <a href='" + linkPath + "feedback.html'>Feedback</a> | <a href='" + linkPath + "activities/activities.html'>Activities</a> | <a href='" + linkPath + "contactus.html'>Contact us</a></td>";
	str+="	<td><img src='" + linkPath + "images/btmmenuright.gif' width='18' height='18' alt='' border='0' /></td>";
	str+="</tr>";
	str+="<tr>";
	str+="	<td bgcolor='#9cc4dd' width='780' colspan='5' class='txtbtm' align='center' style='padding-top:7px'>© 2006, Dr.N.G.P College of Education</td>";
	str+="</tr>";
	str+="</table>";
	
	document.write(str);
	}
	
function fnSide()
	{
	var str="";
	str+="<table border='0' cellpadding='0' cellspacing='0'>";
	str+="<tr>";
	str+="<td><br /></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td><img src='" + linkPath + "images/phtogal.gif' width='226' height='104' border='0' usemap='#Map5' /></td>";
	str+="</tr>";
	str+="</table>";
	str+="<map name='Map5' id='Map5'>";
	str+="<area shape='rect' coords='31,3,154,25' href='" + linkPath + "photogallery.html' alt='Photo Gallery' />";
	str+="<area shape='rect' coords='28,32,185,54' href='" + linkPath + "extension serivce/practice_teaching.html' alt='Extention Service' />";
	str+="<area shape='rect' coords='55,59,188,75' href='" + linkPath + "extension serivce/practice_teaching.html' alt='Practice Teaching' />";
	str+="<area shape='rect' coords='58,79,185,93' href='" + linkPath + "extension serivce/tutorial_system.html' alt='Tutorial System' />";
	str+="</map>";

	
	document.write(str);
	}