// This JavaScript file contains the content to be written to the menu div on every page

document.write("<div class='chromestyle' id='chromemenu'>");
document.write("	<ul>");
document.write("		<li><a href='/index.html'>Home</a></li>");
//document.write("		<li><a href='#' rel='Tryouts'>Tryouts</a></li>");
document.write("		<li><a href='#' rel='Information'>Information</a></li>");
document.write("		<li><a href='#' rel='Teams'>2010 Teams</a></li>");
document.write("		<li><a href='/coaches.html'>Coaches</a></li>");
document.write("		<li><a href='#' rel='Photos'>Photos</a></li>");
//document.write("		<li><a href='" + BASE_PATH + "/error.html'>Training</a></li>");
document.write("	</ul>");
document.write("</div>");



document.write("<!--1st drop down menu -->");
document.write("<div id='Tryouts' class='dropmenudiv' style='width: 150px;'>");
document.write("	<a href='/tryouts/info.html'>Tryout Information</a>");
document.write("	<a href='/tryouts/register.html'>Tryout Registration</a>");
document.write("</div>");


document.write("<!--2nd drop down menu -->");
document.write("<div id='Information' class='dropmenudiv' style='width: 150px;'>");
document.write("	<a href='/info/index.html'>About Us</a>");
document.write("	<a href='/info/fees.html'>Fees</a>");
//document.write("	<a href='/tryouts/info.html'>Tryouts</a>");
document.write("	<a href='/info/policy.html'>Policies</a>");
document.write("</div>");


document.write("<!--2nd drop down menu -->");
document.write("<div id='Photos' class='dropmenudiv' style='width: 150px;'>");
document.write("	<a href='/photos/2008photos.html'>2008 Photos</a>");
document.write("	<a href='/photos/2009photos.html'>2009 Photos</a>");
document.write("	<a href='/photos/index.html'>2010 Photos</a>");
document.write("</div>");


document.write("<!--2nd drop down menu -->");
document.write("<div id='Teams' class='dropmenudiv' style='width: 150px;'>");
document.write("	<a href='/teams/Fusion13-1.php'>Fusion (13-1)</a>");
document.write("	<a href='/teams/Thunder14-1.php'>Thunder (14-1)</a>");
document.write("	<a href='/teams/Lightning14-2.php'>Lightning (14-2)</a>");
document.write("	<a href='/teams/Velocity15-1.php'>Velocity (15-1)</a>");
document.write("	<a href='/teams/Fuego15-2.php'>Fuego (15-2)</a>");
document.write("	<a href='/teams/Blaze16-1.php'>Blaze (16-1)</a>");
document.write("	<a href='/teams/Strikers17-1.php'>Strikers (17-1)</a>");
document.write("	<a href='/teams/Raiders17-2.php'>Raiders (17-2)</a>");
document.write("	<a href='http://sports.webshots.com/album/570502475xNyFnd'>Boom (Adult)</a>");
document.write("</div>");



document.write("<script type='text/javascript'>cssdropdown.startchrome('chromemenu')</script>");

