function menu() {
	var st = "";
	st += "<table border=0 cellpadding=0 cellspacing=2>";
	st += "<tr><td valign=top class=\"menufont\" colspan=2><b>Event Photos</b></td></tr>";
      


st += "<tr><td valign=middle align=right><img src=\"pix/space.gif\" width=10 height=1><img src=\"pix/arrow_right.gif\" alt=\"\" width=\"3\" height=\"5\" border=\"0\"></td><td valign=top class=\"menufont\"><a href=\"event2010.html\" class=\"leftmenu\">Event Photos 2010</a></td></tr>";
	

st += "<tr><td valign=middle align=right><img src=\"pix/space.gif\" width=10 height=1><img src=\"pix/arrow_right.gif\" alt=\"\" width=\"3\" height=\"5\" border=\"0\"></td><td valign=top class=\"menufont\"><a href=\"event2009.html\" class=\"leftmenu\">Event Photos 2009</a></td></tr>";
	


st += "<tr><td valign=middle align=right><img src=\"pix/space.gif\" width=10 height=1><img src=\"pix/arrow_right.gif\" alt=\"\" width=\"3\" height=\"5\" border=\"0\"></td><td valign=top class=\"menufont\"><a href=\"event2008.html\" class=\"leftmenu\">Event Photos 2008</a></td></tr>";
      


  st += "<tr><td valign=middle align=right><img src=\"pix/space.gif\" width=10 height=1><img src=\"pix/arrow_right.gif\" alt=\"\" width=\"3\" height=\"5\" border=\"0\"></td><td valign=top class=\"menufont\"><a href=\"event2007.html\" class=\"leftmenu\">Event Photos 2007</a></td></tr>";
	st += "<tr><td valign=middle align=right><img src=\"pix/space.gif\" width=10 height=1><img src=\"pix/arrow_right.gif\" alt=\"\" width=\"3\" height=\"5\" border=\"0\"></td><td valign=top class=\"menufont\"><a href=\"event2006.html\" class=\"leftmenu\">Event Photos 2006</a></td></tr>";
	st += "<tr><td valign=middle align=right><img src=\"pix/space.gif\" width=10 height=1><img src=\"pix/arrow_right.gif\" alt=\"\" width=\"3\" height=\"5\" border=\"0\"></td><td valign=top class=\"menufont\"><a href=\"event2005.html\" class=\"leftmenu\">Event Photos 2005</a></td></tr>";
	st += "<tr><td valign=middle align=right><img src=\"pix/space.gif\" width=10 height=1><img src=\"pix/arrow_right.gif\" alt=\"\" width=\"3\" height=\"5\" border=\"0\"></td><td valign=top class=\"menufont\"><a href=\"event2004.html\" class=\"leftmenu\">Event Photos 2004</a></td></tr>";
	st += "<tr><td valign=middle align=right><img src=\"pix/space.gif\" width=10 height=1><img src=\"pix/arrow_right.gif\" alt=\"\" width=\"3\" height=\"5\" border=\"0\"></td><td valign=top class=\"menufont\"><a href=\"event2003.html?1\" class=\"leftmenu\">Event Photos 2003</a></td></tr>";
	st += "<tr><td valign=middle align=right><img src=\"pix/space.gif\" width=10 height=1><img src=\"pix/arrow_right.gif\" alt=\"\" width=\"3\" height=\"5\" border=\"0\"></td><td valign=top class=\"menufont\"><a href=\"event2002.html?1\" class=\"leftmenu\">Past Event Photos</a></td></tr>";
	st += "</table>";
	document.write(st);
}

function lhs(){
	menu();
	document.write("<p>&nbsp;<p>&nbsp;<p>");
	panel_sdbalogo();
}
