function firstRow() {
	document.writeln("		<td width=\"32\" rowspan=\"3\"><img src=\"images/trans.gif\" width=\"32\"></td>");
	document.writeln("		<td valign=\"top\" width=\"670\">");
	document.writeln("		<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td valign=\"top\"><img src=\"images/lion1.jpg\"></td><td valign=\"top\"><img src=\"images/title.jpg\" align=\"top\"></td></tr></table></td>");
}

function menu() {

	document.writeln("<td width=\"160\" valign=\"top\">");
	document.writeln("	<img src=\"images/lion2.jpg\"><br><br>");
	document.writeln("	<center><span class=\"navyblue\">Squash Team</span></center><br>");
	document.writeln("	<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td align=\"right\">");
	document.writeln("		<a href=\"index.html\" onmouseover=\"document.home.src='images/home2.gif';\" onmouseout=\"document.home.src='images/home.gif';\"><img src=\"images/home.gif\" name=\"home\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"info.html\" onmouseover=\"document.info.src='images/geninfo2.gif';\" onmouseout=\"document.info.src='images/geninfo.gif';\"><img src=\"images/geninfo.gif\" name=\"info\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"roster.html\" onmouseover=\"document.roster.src='images/roster2.gif';\" onmouseout=\"document.roster.src='images/roster.gif';\"><img src=\"images/roster.gif\" name=\"roster\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"schedule.html\" onmouseover=\"document.schedule.src='images/schedule2.gif';\" onmouseout=\"document.schedule.src='images/schedule.gif';\"><img src=\"images/schedule.gif\" name=\"schedule\" border=\"0\"></a><br>");
	document.writeln("      	<a href=\"results.html\" onmouseover=\"document.results.src='images/results2.gif';\" onmouseout=\"document.results.src='images/results.gif';\"><img src=\"images/results.gif\" name=\"results\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"stories.html\" onmouseover=\"document.stories.src='images/stories2.gif';\" onmouseout=\"document.stories.src='images/stories.gif';\"><img src=\"images/stories.gif\" name=\"stories\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"alumni.html\" onmouseover=\"document.alumni.src='images/alumni2.gif';\" onmouseout=\"document.alumni.src='images/alumni.gif';\"><img src=\"images/alumni.gif\" name=\"alumni\" border=\"0\"></a><br>");
	document.writeln(" 		<a href=\"pictures.html\" onmouseover=\"document.pictures.src='images/pictures2.gif';\" onmouseout=\"document.pictures.src='images/pictures.gif';\"><img src=\"images/pictures.gif\" name=\"pictures\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"mailto:nt2129@columbia.edu; tto2101@columbia.edu\" onmouseover=\"document.contact.src='images/contactus2.gif';\" onmouseout=\"document.contact.src='images/contactus.gif';\"><img src=\"images/contactus.gif\" name=\"contact\" border=\"0\"></a><br>");
	document.writeln("	</td></tr></table>");
	document.writeln("	<br>");
	document.writeln("	<hr width=\"60%\" align=\"center\">");
	document.writeln("	<center><br><span class=\"navyblue\">Squash Info</span></center><br>");
	document.writeln("	<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td align=\"right\">");
	document.writeln("		<a href=\"basics.html\" onmouseover=\"document.basics.src='images/basics2.gif';\" onmouseout=\"document.basics.src='images/basics.gif';\"><img src=\"images/basics.gif\" name=\"basics\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"rules.html\" onmouseover=\"document.rules.src='images/rules2.gif';\" onmouseout=\"document.rules.src='images/rules.gif';\"><img src=\"images/rules.gif\" name=\"rules\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"strategies.html\" onmouseover=\"document.stra.src='images/strategies2.gif';\" onmouseout=\"document.stra.src='images/strategies.gif';\"><img src=\"images/strategies.gif\" name=\"stra\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"glossary.html\" onmouseover=\"document.gloss.src='images/glossary2.gif';\" onmouseout=\"document.gloss.src='images/glossary.gif';\"><img src=\"images/glossary.gif\" name=\"gloss\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"lets.html\" onmouseover=\"document.lets.src='images/lets2.gif';\" onmouseout=\"document.lets.src='images/lets.gif';\"><img src=\"images/lets.gif\" name=\"lets\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"tips.html\" onmouseover=\"document.tips.src='images/tips2.gif';\" onmouseout=\"document.tips.src='images/tips.gif';\"><img src=\"images/tips.gif\" name=\"tips\" border=\"0\"></a><br>");
	document.writeln("		<a href=\"links.html\" onmouseover=\"document.links.src='images/links2.gif';\" onmouseout=\"document.links.src='images/links.gif';\"><img src=\"images/links.gif\" name=\"links\" border=\"0\"></a><br>");
	document.writeln("	</td></tr></table>");
	document.writeln("<br><br><br><br><br></td>");
	document.writeln("<td width=\"8\">&nbsp;</td>");					
	document.writeln("<td width=\"1\" bgcolor=\"gray\"><img src=\"images/trans.gif\" width=\"1\"></td>");
	document.writeln("<td width=\"8\">&nbsp;</td>");

}

function rightColumn() {
	document.writeln("<td height=\"680\" width=\"100%\" bgcolor=\"black\" valign=\"top\"><img src=\"images/trans.gif\" height=\"1\"></td>");
}

function layers() {

	if (document.layers) { var NS4=true; }
	if (NS4) { 
		document.write("<layer top=\"0\" left=\"680\" z-index=\"2\"><img src=\"images/blackcurve.gif\" width=\"30\" height=\"30\" border=\"0\"></layer>");
		document.write("<layer top=\"47\" left=\"485\" z-index=\"2\"><img src=\"images/squash.gif\"></layer>");
	} else {
		document.write("<div style=\"POSITION: absolute; top: 0px; left: 652px; z-index: 2\"><img src=\"images/blackcurve.gif\" width=\"30\" height=\"30\" border=\"0\"></div>");
		document.write("<div style=\"POSITION: absolute; top: 50px; left: 485px; z-index: 2\"></div>");
	}	
}

function homepageLayers() {

	if (document.layers) { var NS4=true; }
	if (NS4) { 
		document.write("<layer top=\"0\" left=\"680\" z-index=\"2\"><img src=\"images/blackcurve.gif\" width=\"30\" height=\"30\" border=\"0\"></layer>");
		document.write("<layer top=\"-3\" left=\"146\" z-index=\"2\"><span class=\"Jester\">Welcome to the</span></layer>");
		//document.write("<layer top=\"0\" left=\"0\" z-index=\"2\"><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"710\">&nbsp;</td><td bgcolor=\"black\" height=\"30\" width=\"5\">&nbsp;</td></tr></table></layer>");
	} else {
		document.write("<div style=\"POSITION: absolute; top: 0px; left: 652px; z-index: 2\"><img src=\"images/blackcurve.gif\" width=\"30\" height=\"30\" border=\"0\"></div>");
		document.write("<div style=\"POSITION: absolute; top: 1px; left: 160px; z-index: 2\"><span class=\"Jester\">Welcome to the</span></div>");	
	}
}
