// JavaScript Document

function fnTop()
{
	var str="";
	str+="<tr>";
	str+="<td colspan='2'>";
	str+="<table cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr>";
	str+="<td><a href='index.html'><img src='images/logo.jpg' width='125' height='127' border='0' alt='Tiruppur kumaran College for Women'></a></td>";
	str+="<td><img src='images/logotext.jpg' width='496' height='127' border='0'></td>";
	str+="<td><a href='javascript:NewWindow(\"popup.html\")'><img src='images/iso_logo.jpg' width='159' height='127'  border='0'></a></td>";
	str+="</tr>";
	str+="</table>";
	str+="</td>";
	str+="</tr>";
	document.write(str);
	}
	
	
function fnBottom()
{
	var str="";
	str+="<tr>";
	str+="<td colspan='2' class='footer' align='center'><a href='index.html' class='footerlnk' title='Home'>Home</a> | <a href='the_college.html' class='footerlnk' title='The College'>The College</a> | <a href='courses.html' class='footerlnk' title='Courses'>Courses</a> | <a href='admission.html' class='footerlnk' title='Admission'>Admission</a> | <a href='facilities.html' class='footerlnk' title='Facilities'>Facilities</a> | <a href='study_centre.html' class='footerlnk' title='Study Centre'>Study Centre</a> | <a href='aluminies.html' class='footerlnk' title='Aluminies'>Aluminies</a> | <a href='contactus.html' class='footerlnk' title='Contact Us'>Contact Us</a>";
	str+="<br>© Copyright 2007 Tiruppur Kumaran College for Women.</td>";
	str+="</tr>";
	document.write(str);
	}
	
function fnLeft()
{
	var str="";
	str+="<td class='menubginner' width='220' valign='top'><a href='index.html' class='innermenu' title='Home'>Home</a><br>";
	str+="<a href='the_college.html' class='innermenu' title='The College'>The College</a><br>";
	str+="<a href='courses.html' class='innermenu' title='Courses'>Courses</a><br>";
	str+="<a href='admission.html' class='innermenu' title='Admission'>Admission</a><br>";
	str+="<a href='facilities.html' class='innermenu' title='Facilities'>Facilities</a><br>";
	str+="<a href='study_centre.html' class='innermenu' title='Study Centre'>Study Centre</a><br>";
	str+="<a href='aluminies.html' class='innermenu' title='Aluminies'>Department Activities</a><br>";
	str+="<a href='contactus.html' class='innermenu' title='Contact Us'>Contact Us</a><br>";
	str+="</td>"
	document.write(str);
	}
	
function NewWindow(Coimbatore)
{
	n_win = open(Coimbatore,"ThisWindow","toolbar=no,directories=no,menubar=no,scrollbars=no,height=720,width=500,top=0,left=0");
}
	
