function fwLoadMenus() {
	if (window.fw_menu_0) return;
	
	window.fw_menu_1 = new Menu("root",170,18);
	fw_menu_1.addMenuItem("Events ","location.href='http://www.roundtable.ch/de/home/round-table/navigation/tische/area-4/rt07-st-gallen/events/?'");
	fw_menu_1.addMenuItem("Committee ","location.href='http://www.roundtable.ch/de/home/round-table/navigation/tische/area-4/rt07-st-gallen/portrait/?'");
	fw_menu_1.addMenuItem("Members ","location.href='http://www.roundtable.ch/de/home/round-table/navigation/tische/area-4/rt07-st-gallen/mitglieder/?'");
	fw_menu_1.fontWeight="normal";
	fw_menu_1.hideOnMouseOut=true;
	
	window.fw_menu_2 = new Menu("root",170,18);
	fw_menu_2.addMenuItem("Events ","location.href='http://www.roundtable.ch/de/home/club41-suisse/navigation/clubs/area-1/club41-07-st-gallen/events/?'");
	fw_menu_2.addMenuItem("Committee ","location.href='http://www.roundtable.ch/de/home/club41-suisse/navigation/clubs/area-1/club41-07-st-gallen/portrait/?'");
	fw_menu_2.addMenuItem("Members ","location.href='http://www.roundtable.ch/de/home/club41-suisse/navigation/clubs/area-1/club41-07-st-gallen/mitglieder/?'");
	fw_menu_2.fontWeight="normal";
	fw_menu_2.hideOnMouseOut=true;

	fw_menu_1.writeMenus();
}


