<!-- Begin CSS Horizontal Menu - menu ver 3.15 2009// NOTE: If you use a ' add a slash before it like this \'var menuside		= "left"	// MENU SIDE | left | right | centervar fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPINGvar menuwidth		= "900"		// TOTAL MENU WIDTH TO FIX WRAPdocument.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable "><tr><td class="printhide" align="'+menuside+'">');document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');document.write('<ul id="menunav">');// START MENU LINKS - EDIT BELOW THIS AREAdocument.write('<li style="width: 90px;"><a href="index.html">HOME</a></li>');document.write('  <li style="width: 140px;"><a href="schedule.html">2009 SCHEDULE</a></li>');document.write('  <li style="width: 130px;"><a href="coaches.html">THE COACHES</a></li>');document.write('  <li style="width: 100px;"><a href="gallery.html">GALLERY</a></li>');document.write('  <li style="width: 160px;"><a href="bearbacker.html">MHS BEARBACKERS</a></li>');document.write('  <li style="width: 130px;"><a href="coaches.html">CONTACT US</a></li>');// END LINKS //document.write('</ul>');document.write('</td></tr></table>');   if (fixwrap == "yes") {document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');}document.write('</td></tr></table>');// END -->