
// writes menu bar 
function writeMenu() {

document.write ("<tr>\r<td width=\"170\" valign=\"top\" nowrap bgcolor=\"#E4E4CB\" class=\"nav\"><img src=\"Images/ballplayer.gif\" width=\"50\" height=\"36\" border=\"0\">");
document.write ("<a class=\"accentcolor\" title=\"Sponsors\" href=\"sponsors.html\"style=\"color:B90000;\">2006 Sponsors</a><BR><BR>");

document.write ("<p class\"menu\"><a class=\"nav\" href=\"index.html\" title=\"News\">News</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"mission_statement.html\" title=\"Mission Statement\">Mission Statement</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"FAQs.html\" title=\"Frequently Asked Questions\">FAQs</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"PBF-Game-Publicity-Report.html\" title=\"Game Publicity Report\">Game Publicity Report</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"MustangGameReport.html\" title=\"Mustang Pitchcount Report\">Mustang Pitch Counts</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"http://www.cmiregistration.com/user/splash.jxp?org=1031\" target=\"_links\" title=\"Registration Open until Dec 2nd\">Online Registration</p></a>");
// document.write ("<p class\"menu\"><a class=\"nav\" href=\"calendar.html\" title=\"League Calendar\">Calendar</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"league_guidelines.html\" title=\"League Guidelines\">League Guidelines</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"division_descriptions.html\" title=\"Divisions Descriptions\">Division Descriptions</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"team_planning_guide.html\" title=\"Team Planning Guide\">Team Planning Guide</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"Umpire_Program.htm\" title=\"Youth Umpire Program\">Youth Umpires</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"PONY_Baseball.html\" title=\"PONY Baseball\">PONY Baseball</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"field_directions.html\" title=\"Field Directions\">Field Directions</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"contact.html\" title=\"Contact Us\">Contact Us</p></a>");
document.write ("<p class\"menu\"><a class=\"nav\" href=\"http://www.piedmontsoftball.org/\" target=\"_links\" style=\"color:purple;\">Piedmont Softball</p></a>");
document.write ("<BR>");
document.write ("<p align=center><a href=\"PONY_Baseball.html\"><img name=\"PonyHeadLogo\" src=\"Images/PonyHeadLogo.jpg\" width=\"90\" height=\"65\" border=\"0\" alt=\"Pony Baseball\" align=\"center\"></a></p>");
document.write ("<p align=center><a class=\"nav\" href=\"http://www.positivecoach.org/\" target=\"_links\"><img src=\"Images/pca_logo.gif\" name=\"PCA\" width=\"90\" height=\"74\" border=\"0\" id=\"PCA\" alt=\"PCA\" align=\"center\"></a></p>");
}


// writes page header
function writeHeader() {
document.write ("<table width=\"100%\" height=\"85\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#042E7C\"> ");
document.write ("<tr> ");
document.write ("<td width=\"100\" rowspan=\"1\"><div align=\"center\"> <a href=\"index.html\"><img name=\"PBSF\" src=\"Images/PBSF.gif\" width=\"74\" height=\"75\" border=\"0\" alt=\"Homeplate! [click to return home]\" align=\"center\"> </a></div></td> ");
document.write ("<td width=\"650\" height=\"75\" rowspan=\"1\" class=\"title\"><div align=\"center\"><img name=\"PBSF\" src=\"Images/PBSF-text.gif\" width=\"650\" height=\"85\" border=\"0\" alt=\"Piedmont Baseball Foundation - Piedmont, California\"></div></td> ");
document.write ("<td width=\"100\" rowspan=\"2\"><div align=\"center\"><img src=\"Images/player_running.jpg\" width=\"90\" height=\"88\" align=\"center\"></div></td> ");
document.write ("<td>&nbsp;</td> </tr>\r ");
document.write ("</table>");
}