//
   function WriteFooter()
   {
   document.write("<hr style='WIDTH: 100%' align='center' width='100%' color='#800000' size='2'>");
   document.write("<p></p>");
   document.write("<p align='center'><A href='index.html'>Home</a> |<A href='spring_travel.html'>Spring Travel</a> |");
   document.write("<a href='spring_developmental.html'>Spring Developmental </a> |<A href='fall_program.html'><A href='fall_program.html'>Fall Program</a>|");
   document.write("<a href='contact.html'>Contact Info</a> | ");
   document.write("<a href='registration.html'>Registration Info</a> | <a href='field.html'> Field</a> |<a href='links.html'>Links</a> |");
   document.write("<br>");
   document.write("<strong><A href='mailto:info@freetownlakevillesoccer.org'>info@freetownlakevillesoccer.org</a></strong>");
   document.write("</p><br>");
     
   }
function WriteMenu()
{
document.write("<div class='menu'>");
document.write("<ul>");
document.write("<li><a href='index.html'>Home</a></li>");
document.write("<li><a href='#nogo'>Spring Programs »<!--[if IE 7]><!--><\/a><!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("<!--[if IE 7]><table><tr><td><![endif]-->");
document.write("<ul class='top3'>");
document.write("	<li><li><a href='spring_travel.html'>Spring Travel</a></li>");
document.write("	<li><a href='spring_developmental.html'>Spring Developmental</a></li>");
document.write("	</ul>");
document.write("<!--[if lte IE 6]><\/td><\/tr><\/table><\/a><![endif]-->");
document.write("<!--[if IE 7]><\/td><\/tr><\/table><\/a><![endif]-->");
document.write("	</li>");
document.write("<li><a href='fall_program.html'>Fall Program</a></li>");
document.write("<li><a href='winterskills.html'>Winter Skills Programs</a></li>");
document.write("<li><a href='#nogo'>Volunteer Info »<!--[if IE 7]><!--><\/a><!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("<!--[if IE 7]><table><tr><td><![endif]-->");
document.write("<ul class='top3'>");
//document.write("	<li><a href='practice_signup.html'>Practice Field Signup</a></li>");
document.write("	<li><a href='referee.html'>Referee Information</a></li>");
document.write("	<li><a href='coaches_corner.html'>Coaches Corner</a></li>");
document.write("	<li><a href='const.html'>Constitution & ByLaws</a></li>");
document.write("	</ul>");
document.write("<!--[if lte IE 6]><\/td><\/tr><\/table><\/a><![endif]-->");
document.write("<!--[if IE 7]><\/td><\/tr><\/table><\/a><![endif]-->");
document.write("	</li>");
document.write("<li><a href='registration.html'>Registration</a></li>");
document.write("<li><a href='contact.html'>Contact Us</a></li>");
document.write("<li><a href='field.html'>Fields</a></li>");
document.write("<li><a href='links.html'>Great Links</a></li>");
document.write("</ul>");
document.write("</div>");
}

function WriteMenuOld()
{

document.write("<!--menu -->");
document.write("<div class='menu'>");
document.write("<ul>");
document.write("<li><a class='hide' href='index2.html'>Home</a>");
document.write("</li>");
document.write("<li><a class='hide' href='spring_travel.html'>Spring Travel</a>");
document.write("</li>");
document.write("<li><a class='hide' href='spring_developmental.html'>Spring Developmental Program</a>");
document.write("</li>");
document.write("<li><a class='hide' href='fall_program.html'>Fall Program</a>");
document.write("</li>");
document.write("<li><a class='hide' href='#'>Volunteer Page</a>");
document.write("<!--[if lte IE 6]><a href='#'>Volunteer Page<table><tr><td><![endif]-->");
document.write("<ul>");
document.write("<li><a href='practice_signup.html' title='Practice Field Signup'>Practice Field Sign Up</a></li>");
document.write("<li><a href='referee.html' title='Referee Information'>Referee Information</a></li>");
document.write("<li><a href='coaches_corner.html' title='Coaches Corner'>Coaches Corner</a></li>");
document.write("<li><a href='const.html' title='Constitution'>Constitution &amp; ByLaws</a></li>");
document.write("</ul>");
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->");
document.write("</li>");
document.write("<li><a class='hide' href='registration.html'>Registration</a>");
document.write("</li>");
document.write("<li><a class='hide' href='contact.html'>Contact Us</a>");
document.write("</li>");
document.write("<li><a class='hide' href='field.html'>Fields &amp; Directions</a>");
document.write("</li>");
document.write("<li><a class='hide' href='links.html'>Great Links</a>");
document.write("</li>");
document.write("</ul>");
document.write("</div>");
}