// Array Data Load
function loadOptions() {

	// set all your menu variables here
	var sFont = "Verdana, Arial, Helvetica, sans-serif"; // font for menus
	var sFontSize = 10;		// font size for menu items
	var sFontWeight = "bold";	// font weight for menu items
	var sFclr = "#ffffff";		// font colour of menu items
	var sFhclr = "#990000";		// Font highlight colour
	var sBg = "#009966";			// menu background colour
	var sBgh = "#e5e5e5";		// menu background highlighted colour
	var sSubMenuImg = ""; // image for indicating submenus exist
	var sLayout = "Vertical"; //"";   // indicates whether the menus will roll down page or go across
	var iMenuWidth = 190;		// menu item width of the popup container
	var iMenuHeight = 16;
	var iMenuXAxis = 130;
	var iMnYaxis = 129;
	
									
window.fw_menu_0 = new Menu('root',iMenuWidth,iMenuHeight,sFont,sFontWeight,sFontSize,sFclr,sFhclr,sBg,sBgh,sSubMenuImg,sLayout,iMenuXAxis,iMnYaxis);
    fw_menu_0.addMenuItem(" Home Page","location='/index.aspx?Menu=Home'");
    fw_menu_0.addMenuItem(" Committee","location='/index.aspx?Menu=Home&SubMenu=Committee'");
  	fw_menu_0.addMenuItem(" Club Constitution","location='/index.aspx?Menu=Home&SubMenu=Constitution'");
  	fw_menu_0.addMenuItem(" Sponsors","location='/index.aspx?Menu=Home&SubMenu=Sponsors'");
  	fw_menu_0.addMenuItem(" Links","location='/index.aspx?Menu=Home&SubMenu=Links'");
  	fw_menu_0.hideOnMouseOut=true;
fw_menu_0.hideOnMouseOut=true;

window.fw_menu_1 = new Menu('root',iMenuWidth,iMenuHeight,sFont,sFontWeight,sFontSize,sFclr,sFhclr,sBg,sBgh,sSubMenuImg,sLayout,iMenuXAxis,iMnYaxis);
    fw_menu_1.addMenuItem(" News","location='/index.aspx?Menu=News'");
     fw_menu_1.addMenuItem(" Current Photos","location='/index.aspx?Menu=News&SubMenu=Photos'");
   	fw_menu_1.addMenuItem(" Newsletter","location='/index.aspx?Menu=News&SubMenu=Newsletter'");
   	fw_menu_1.addMenuItem(" Turf","location='/index.aspx?Menu=News&SubMenu=Turf'");
  	fw_menu_1.hideOnMouseOut=true;

window.fw_menu_2 = new Menu('root',iMenuWidth,iMenuHeight,sFont,sFontWeight,sFontSize,sFclr,sFhclr,sBg,sBgh,sSubMenuImg,sLayout,iMenuXAxis,iMnYaxis);
    fw_menu_2.addMenuItem(" History","location='/index.aspx?Menu=History'");
    fw_menu_2.addMenuItem(" Annual Reports/Minutes","location='/index.aspx?Menu=History&SubMenu=HistoryReports'");
    fw_menu_2.addMenuItem(" Book - GDHC History","location='/index.aspx?Menu=History&SubMenu=UnderTheArches'");
    fw_menu_2.addMenuItem(" Red Rag Newsletter","location='/index.aspx?Menu=History&SubMenu=RedRag'");
    fw_menu_2.addMenuItem(" Prominent Club Members","location='/index.aspx?Menu=History&SubMenu=ProminentMembers'");
    fw_menu_2.addMenuItem(" Brother Macartan Keegan","location='/index.aspx?Menu=History&SubMenu=HistoryFounder'");
    fw_menu_2.addMenuItem(" St James Sports Club","location='/index.aspx?Menu=History&SubMenu=HistoryStJames'");
    fw_menu_2.addMenuItem(" Anniversary Celebrations","location='/index.aspx?Menu=History&SubMenu=Anniversary'");
    fw_menu_2.addMenuItem(" Miscellaneous Documents","location='/index.aspx?Menu=History&SubMenu=HistoryMiscellaneous'");
   fw_menu_2.addMenuItem(" Club Photographs","location='/index.aspx?Menu=History&SubMenu=HistoricalPhotographs'");
	fw_menu_2.addMenuItem(" Match Reports","location='/index.aspx?Menu=History&SubMenu=HistoricalMatchReports'");
    fw_menu_2.hideOnMouseOut=true;

					
window.fw_menu_3 = new Menu('root',iMenuWidth,iMenuHeight,sFont,sFontWeight,sFontSize,sFclr,sFhclr,sBg,sBgh,sSubMenuImg,sLayout,iMenuXAxis,iMnYaxis);
	fw_menu_3.addMenuItem(" Mens Page","location='/index.aspx?Menu=Mens'");
	fw_menu_3.addMenuItem(" Calendar","location='/index.aspx?Menu=Mens&SubMenu=MensCalendar'");
	fw_menu_3.addMenuItem(" Mens Teams", "location='/index.aspx?Menu=Mens&SubMenu=MensTeams'");
	fw_menu_3.addMenuItem(" Mens Vets", "location='/index.aspx?Menu=Mens&SubMenu=MensVets'");
	fw_menu_3.addMenuItem(" Match Reports", "location='/index.aspx?Menu=Mens&SubMenu=MensReports'");
//	fw_menu_3.addMenuItem(" U17","location='/index.aspx?Menu=Mens&SubMenu=MensU17'");
	fw_menu_3.addMenuItem(" Player Profiles","location='/index.aspx?Menu=Mens&SubMenu=MensProfiles'");
  	fw_menu_3.hideOnMouseOut=true;
  	
  	window.fw_menu_4 = new Menu('root',iMenuWidth,iMenuHeight,sFont,sFontWeight,sFontSize,sFclr,sFhclr,sBg,sBgh,sSubMenuImg,sLayout,iMenuXAxis,iMnYaxis);
	fw_menu_4.addMenuItem(" Womens Page","location='/index.aspx?Menu=Womens'");
	fw_menu_4.addMenuItem(" Calendar","location='/index.aspx?Menu=Womens&SubMenu=WomensCalendar'");
	fw_menu_4.addMenuItem(" Teams", "location='/index.aspx?Menu=Womens&SubMenu=WomensTeams'");
	fw_menu_4.addMenuItem(" Match Reports", "location='/index.aspx?Menu=Womens&SubMenu=WomensReports'");
	fw_menu_4.addMenuItem(" Player Profiles","location='/index.aspx?Menu=Womens&SubMenu=WomensProfiles'");
  	fw_menu_4.hideOnMouseOut=true;
  	
  		window.fw_menu_5 = new Menu('root',iMenuWidth,iMenuHeight,sFont,sFontWeight,sFontSize,sFclr,sFhclr,sBg,sBgh,sSubMenuImg,sLayout,iMenuXAxis,iMnYaxis);
	fw_menu_5.addMenuItem(" Juniors Page","location='/index.aspx?Menu=Juniors'");
	fw_menu_5.addMenuItem(" Minkey","location='/index.aspx?Menu=Juniors&SubMenu=Minkey'");
	fw_menu_5.addMenuItem(" U11A Redbacks","location='/index.aspx?Menu=Juniors&SubMenu=U11A'")
	fw_menu_5.addMenuItem(" U11B Strikers","location='/index.aspx?Menu=Juniors&SubMenu=U11B_strikers'");
	fw_menu_5.addMenuItem(" U11B Hornets","location='/index.aspx?Menu=Juniors&SubMenu=U11B_hornets'");
	fw_menu_5.addMenuItem(" U11B Vipers", "location='/index.aspx?Menu=Juniors&SubMenu=U11B_vipers'");
	fw_menu_5.addMenuItem(" U11B Stingrays", "location='/index.aspx?Menu=Juniors&SubMenu=U11B_stingrays'");
	fw_menu_5.addMenuItem(" U13A Redbacks", "location='/index.aspx?Menu=Juniors&SubMenu=U13A'");
	fw_menu_5.addMenuItem(" U13B Strikers","location='/index.aspx?Menu=Juniors&SubMenu=U13B_strikers'");
	fw_menu_5.addMenuItem(" U13B Hornets", "location='/index.aspx?Menu=Juniors&SubMenu=U13B_hornets'");
	fw_menu_5.addMenuItem(" U15 Redbacks", "location='/index.aspx?Menu=Juniors&SubMenu=U15A'");
	fw_menu_5.addMenuItem(" U15 Strikers", "location='/index.aspx?Menu=Juniors&SubMenu=U15B'");
	fw_menu_5.addMenuItem(" U17", "location='/index.aspx?Menu=Juniors&SubMenu=U17'");
	fw_menu_5.hideOnMouseOut = true;

	window.fw_menu_6 = new Menu('root', iMenuWidth, iMenuHeight, sFont, sFontWeight, sFontSize, sFclr, sFhclr, sBg, sBgh, sSubMenuImg, sLayout, iMenuXAxis, iMnYaxis);
	fw_menu_6.addMenuItem(" Junior Indoor", "location='/index.aspx?Menu=Indoor&SubMenu=IndoorJunior'");
	fw_menu_6.addMenuItem(" Senior Indoor", "location='/index.aspx?Menu=Indoor&SubMenu=IndoorSenior'");

	window.fw_menu_7 = new Menu('root', iMenuWidth, iMenuHeight, sFont, sFontWeight, sFontSize, sFclr, sFhclr, sBg, sBgh, sSubMenuImg, sLayout, iMenuXAxis, iMnYaxis);
	fw_menu_7.addMenuItem(" Join Us", "location='/index.aspx?Menu=Join'");
	
	
fw_menu_0.writeMenus();

			
}
	
