function wrtMenu(i) {
if (i == 0) {
	document.write('<div><a href="./index.htm"><img src="./images/winLogo.gif" border="0" style="margin:20px 0px 0px 8px;" /></a></div>');
}
else {
	document.write('<div><a href="./index.htm"><img src="./images/winLogo_sub.gif" border="0" style="margin:20px 0px 0px 8px;" /></a></div>');
}

document.write('<div style="padding-top:20px; text-align:center;"><a href="skis.htm"><img src="./images/buttons/onskis.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="./sleds.htm"><img src="./images/buttons/onsleds.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="./foot.htm"><img src="./images/buttons/onfoot.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="./skates.htm"><img src="./images/buttons/onskates.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="./events.htm"><img src="./images/buttons/schedule.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="./results.htm"><img src="./images/buttons/results.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="./rosters.htm"><img src="./images/buttons/rosters.gif" border="0" /></a></div>');
document.write('<div style="padding-bottom:20px;text-align:center;"><a href="./rules.htm"><img src="./images/buttons/rules.gif" border="0" /></a></div>');
document.write('<div style="width:140px; height:60px; text-align:center;"><a href="./qualified.htm" style="font-weight:bold;">Have you qualified<br /> for the Games?</a></div>');
document.write('<div style="width:140px; height:40px; text-align:center;"><a href="/summer/news/" style="font-weight:bold;">News</a></div>');
document.write('<div style="width:140px; height:40px; text-align:center;"><a href="https://www.events.org/NHTNY01/donation.aspx?o=397" target="_blank" style="font-weight:bold;">Donate<br /> to the Games</a></div>');
document.write('<div style="padding-top:20px;text-align:center;"><a href="http://www.empirestategames.org/"><IMG src="images/sumlogo.gif" border="0" /></a></div>');
}

function wrtResultsMenu() {
	document.write('<div id="lyrResults">');
	document.write('<div style="padding-top:20px; text-align:center;"><a href="http://www.empirestategames.org/winter/index.htm"><img src="../images/winlogo.gif" align="center" border="0"></a></div>');
	document.write('<div><a href="adapted.htm">Adapted Skiing</a></div>');
	document.write('<div style="background-color:#000099; color:#DDD;">Biathlon</div>');
	document.write('<div style="margin-left:8px;"><a href="birelay.htm">Relay</a></div>');
	document.write('<div style="margin-left:8px;"><a href="biindiv.htm">Sprint</a></div>');
	document.write('<div style="background-color:#000099;"><a href="bobsled.htm">Bobsled</a></div>');
	document.write('<div style="color:#DDD;">Cross Country</div>');
	document.write('<div style="background-color:#000099; color:#DDD;"><a href="freestyle.htm" style="margin-left:8px;">Freestyle</a></div>');
	document.write('<div style="background-color:#000099; color:#DDD;"><a href="classical.htm" style="margin-left:8px;">Classical</a></div>');
	document.write('<div style="background-color:#000099; color:#DDD;"><a href="pursuit.htm" style="margin-left:8px;">Pursuit</a></div>');
	document.write('<div><a href="figure.htm">Figure Skating</a></div>');
	document.write('<div style="background-color:#000099;"><a href="ice.htm">Women&#39;s Ice Hockey</a></div>');
	document.write('<div><a href="luge.htm">Luge</a></div>');
	document.write('<div style="background-color:#000099;"><a href="skeleton.htm">Skeleton</a></div>');
	document.write('<div><a href="skier_boardercross.htm">Skier Cross</a></div>');
	document.write('<div style="background-color:#000099;"><a href="skijumping.htm">Ski Jumping</a></div>');
	document.write('<div><a href="skio.htm">Ski Orienteering</a></div>');
	document.write('<div style="background-color:#000099;"><a href="skier_boardercross.htm">Snowboard Cross</a></div>');
	document.write('<div><a href="snowshoe.htm">Snowshoe</a></div>');
	document.write('<div style="background-color:#000099;"><a href="speedskating.htm">Speed Skating</a></div>');
	document.write('</div>');
}
