function menu() {
	var st = "";
	st += "<table border=0 cellpadding=0 cellspacing=2>";
	st += "<tr><td valign=top class=\"menufont\" colspan=2><span class=\"menufont2\">傳統</span></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=\"javascript:link_eventhistory(1);\" class=\"leftmenu\">赤柱龍舟知多少</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=\"javascript:link_speciality(1);\" class=\"leftmenu\">比賽特色</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=\"javascript:link_legend(1);\" class=\"leftmenu\">掌故研究室</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=\"javascript:link_chekchu(1);\" class=\"leftmenu\">赤柱風物誌</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=\"javascript:link_boatspecification(1);\" class=\"leftmenu\">龍舟規格</a></td></tr>";
	st += "</table>";
	document.write(st);
}

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