function wrtMenu(i) {
if (i == 0) {
	document.write('<div><a href="/winter/index.htm"><img src="/winter/images/winLogo.gif" border="0" style="margin:20px 0px 0px 8px;" /></a></div>');
}
else {
	document.write('<div><a href="/winter/index.htm"><img src="/winter/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="/winter/images/buttons/onskis.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="/winter/sleds.htm"><img src="/winter/images/buttons/onsleds.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="/winter/foot.htm"><img src="/winter/images/buttons/onfoot.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="/winter/skates.htm"><img src="/winter/images/buttons/onskates.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="/winter/events.htm"><img src="/winter/images/buttons/schedule.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="/winter/results.htm"><img src="/winter/images/buttons/results.gif" border="0" /></a></div>');
document.write('<div style="text-align:center;"><a href="/winter/rosters.htm"><img src="/winter/images/buttons/rosters.gif" border="0" /></a></div>');
document.write('<div style="padding-bottom:20px;text-align:center;"><a href="/winter/rules.htm"><img src="/winter/images/buttons/rules.gif" border="0" /></a></div>');
document.write('<div style="width:140px; text-align:center;"><a href="/winter/qualified.htm" style="font-weight:bold;">Have you qualified<br /> for the Games?</a></div>');
document.write('<div style="width:140px; text-align:center;"><a href="/summer/news.htm" style="font-weight:bold;">News</a></div>');
document.write('<div style="padding-top:20px;text-align:center;"><a href="http://www.empirestategames.org/"><IMG src="/winter/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/"><img src="../images/winlogo.gif" align="center" border="0"></a></div>');
	document.write('<div style="margin-top:20px; color:#DDD; background-color:#000099;">Alpine Skiing</div>');
	//document.write('<div style="margin-left:8px;"><a href="superg.htm">Super-G</a></div>');
	document.write('<div style="margin-left:8px;"><a href="giant.htm">Giant Slalom</a></div>');
	document.write('<div style="margin-left:8px;"><a href="slalom.htm">Slalom</a></div>');
	document.write('<div style="background-color:#000099; color:#DDD;">Biathlon</div>');
	document.write('<div style="margin-left:8px;"><a href="biindiv.htm">Mass Start</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="skijumping.htm">Ski Jumping</a></div>');
	document.write('<div style="background-color:#000099;"><a href="skio.htm">Ski Orienteering</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>');
}
