// JavaScript Document
	
function fnTop()
{
	var str="";
	str+="<tr>";
	str+="<td valign='top' height='110' width='550'><a href='../index.html'><img src='images/logo.gif' width='145' height='93' border='0'><img src='images/logo_mce.gif' width='357' height='93' border='0'></a></td>";
	str+="<td width='230' align='right' valign='bottom' class='tdblue'><div style='padding-bottom:10px; padding-right:15px;'><img src='images/home_icon.gif' width='11' height='11' border='0'>&nbsp;<a href='../index.html' class='md'>Main Home</a><br><br><br></div> </td>";
	str+="</tr>";
	str+="<tr bgcolor='#FECF08'><td height='5' colspan='2'></td></tr>";
	str+="<tr><td class='menu_bg' align='center' valign='middle' colspan='2'><a href='index.html' class='menu'>Home</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href='#' class='menu'>About College</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href='#' class='menu'>Admission</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href='#' class='menu'>Facilities</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href='#' class='menu'>Staffs</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href='#' class='menu'>Events</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href='#' class='menu'>Gallery</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href='contact.html' class='menu'>Contact Us</a></td></tr>";
	document.write(str);
	}
	

function fnBottom()
	{
	var str="";
	str+="<tr bgcolor='#FFFFFF'><td colspan='8' height='2'></td></tr>";
	str+="<tr bgcolor='#000000'><td height='5' colspan='2'></td></tr>";
	str+="<tr bgcolor='#3E72AB'><td height='80' align='center' class='tdbottom' colspan='2'><a href='index.html' class='bmenu'>Home</a> &nbsp;|&nbsp; <a href='#' class='bmenu'>About College</a> &nbsp;|&nbsp; <a href='#' class='bmenu'>Admission</a> &nbsp;|&nbsp; <a href='#' class='bmenu'>Facilities</a> &nbsp;|&nbsp; <a href='#' class='bmenu'>Staffs</a> &nbsp;|&nbsp; <a href='#' class='bmenu'>Events</a> &nbsp;|&nbsp; <a href='#' class='bmenu'>Gallery</a> &nbsp;|&nbsp; <a href='contact.html' class='bmenu'>Contact Us</a> &nbsp;|&nbsp; <a href='#' class='bmenu'>Sitemap</a><br><font class='tdcopy'> &copy; 2007, Maharaja Institutions All Rights Reserved<br>Websolutions <a href='http://www.dezignwhizgroups.com' target='blank' class='dwg'>Dezign Whiz Groups</a></font></td></tr>";
	str+="<tr bgcolor='#3E72AB'><td height='2' colspan='2'></td></tr>";
	document.write(str);
	}
