// JavaScript Document

function fnbtm()
	{
	var str="";
	str+="<table width='100%' cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr>";
	str+="<td colspan='3'  height='67' class='btmbg' align='center'><font class='copy'>© 2006 Avila Convent Matriculation Higher Secondary School</font><br><font class='copy'><a class='btmlk' title='About School' href='about_school.html'>About School</a> | <a class='btmlk' title='So-Serve' href='trust.asp'>So-Serve</a> | <a href='infrastructure.html' title='Infrastructure' class='btmlk'>Infrastructure</a> | <a class='btmlk' href='addmission.html' title='Admissions'>Admissions</a> | <a href='exam_schedule.asp' class='btmlk' title='Academics'>Academics</a> | <a href='activities.asp' class='btmlk' title='Activities'>Activities</a> | <a class='btmlk' href='parents_corner.asp' title='Parents Corner'>Parents Corner</a> | <a href='role_of_honor.asp' class='btmlk' title='Role of Honour'>Role of Honour</a></font><br><font class='copy'>Web Design & Promotion by <a href='http://www.advanceecomsolutions.com/' target='_blank' class='btmlk'>AES Technologies</a></font></td>";	
	str+="</tr>";
	str+="</table>";
	document.write(str);
	}
	
function fnbtmhome()
	{
	var str="";
	str+="<table width='100%' cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr>";
	str+="<td colspan='3'  height='67' class='btmbg' align='center'><font class='copy'>© 2006 Avila Convent Matriculation Higher Secondary School</font><br><font class='copy'><a class='btmlk' title='About School' href='about_school.html'>About School</a> | <a class='btmlk' title='So-Serve' href='trust.asp'>So-Serve</a> | <a href='infrastructure.html' title='Infrastructure' class='btmlk'>Infrastructure</a> | <a class='btmlk' href='addmission.html' title='Admissions'>Admissions</a> | <a href='exam_schedule.asp' class='btmlk' title='Academics'>Academics</a> | <a href='activities.asp' class='btmlk' title='Activities'>Activities</a> | <a class='btmlk' href='parents_corner.asp' title='Parents Corner'>Parents Corner</a> | <a href='role_of_honor.asp' class='btmlk' title='Role of Honour'>Role of Honour</a></font><br><font class='copy'>Web Design & Promotion by <a href='http://www.advanceecomsolutions.com/' target='_blank' class='btmlk'>AES Technologies</a></font><br></td>";	
	str+="</tr>";
	str+="</table>";
	document.write(str);
	}
	
function  fnmenu()
{
	var str="";
	str+="<table width='100%' cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr>";
	str+="<td><img src='images/menu.gif' alt='Menu' width='751' height='42' border='0' usemap='#Map' title='Menu'></td>";
	str+="</tr>";
	str+="</table>";
	str+="<map name='Map'>";
	str+="<area shape='rect' coords='12,10,99,30' href='about_school.html' onMouseOver='hideall();' alt='About School' title='About School'>";
	str+="<area shape='rect' coords='115,9,173,31' href='trust.asp' onMouseOver='hideall();' alt='So-Serve' title='So-Serve'>";
	str+="<area shape='rect' coords='184,13,281,31' href='infrastructure.html' alt='Infrastructure' title='Infrastructure' onMouseOver='hideall();'>";
	str+="<area shape='rect' coords='288,13,366,33' href='addmission.html' onMouseOver='hideall();' alt='Admissions' title='Admissions'>";
	str+="<area shape='rect' coords='373,12,450,33' href='#' onMouseOver='menu(1);' alt='Academics' title='Academics'>";
	str+="<area shape='rect' coords='457,13,520,35' href='activities.asp' onMouseOver='hideall();' alt='Activities' title='Activities'>";
	str+="<area shape='rect' coords='529,11,629,32' href='parents_corner.asp' onMouseOver='hideall();' alt='Parents Corner' title='Parents Corner'>";
	str+="<area shape='rect' coords='644,11,738,31' href='role_of_honor.asp' onMouseOver='hideall();' alt='Role of Honour' title='Role of Honour'>";
	str+="</map>";
	document.write(str);
	}
	
	function bntop()
	{
		var str="";
		str+="<table width='100%' cellpadding='0' cellspacing='0' border='0'>";
		str+="<tr>";
		str+="<td><img src='images/goal.gif' width='150' height='120' border='0' alt='our goal'></td>";
		str+="<td><img src='images/logo.gif' wisth='350' height='120' alt='logo'></td>";
		str+="</tr>";
		str+="</table>";
		document.write(str);
	}
	
function fntop()
{
	var str="";
	str+="<table width='100%' cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr>";
	str+="<td><img src='images/goal.gif' width='181' height='180' alt='Our Goal' title='Our Goal'></td>";
	str+="<td><a href='index.asp'><img src='images/logo.gif' width='380' border='0' height='180' alt='Avila Convent Matriculation Higher Secondary School' title='Avila Convent Matriculation Higher Secondary School'></a></td>";
	str+="<td><img src='images/home.gif' width='190' height='180' border='0' usemap='#Map5'></td>";
	str+="</tr>";
	str+="</table>";
	str+="<map name='Map5'>";
	str+="<area shape='rect' coords='36,42,103,60' href='index.asp' alt='Home' title='Home'>";
	str+="<area shape='rect' coords='34,79,115,102' href='contact.html' alt='Contact' title='Contact'>";
	str+="<area shape='rect' coords='38,120,118,138' href='sitemap.html' alt='Sitemap' title='Sitemap'>";
	str+="</map>";
	document.write(str);
}
