addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
menutop,			// Menu Top - The Top position of the menu in pixels
menuleft,			// Menu Left - The Left position of the menu in pixels
menuwidth,			// Menu Width - Menus width in pixels
menuborder,			// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
menualignment,		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
follow,				// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
horiz, 				// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
keepalive,			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
subimage,			// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"<font size='1'>Results 2008</font>","show-menu=menu1",,"",1
,"<font size='1'>Results 2006</font>","show-menu=menu2",,"",1
,"<font size='1'>Tournament Sponsor</font>","show-menu=menu3",,"",1
,"<font size='1'>2009 Tournament Schedule</font>","show-menu=menu4",,"",1
,"<font size='1'>Home</font>","index.php",,"",1
,"<font size='1'>Ticket Prices</font>","show-menu=menu5",,"",1
,"<font size='1'>Coaches Agenda</font>","show-menu=menu6",,"",1
,"<font size='1'>Hotels</font>","show-menu=menu7",,"",1
,"<font size='1'>Past Champions</font>","show-menu=menu8",,"",1
,"<font size='1'>Site And Directions</font>","show-menu=menu9",,"",1
,"<font size='1'>Results 2007</font>","show-menu=menu10",,"",1
])

addmenu(menu=["menu1",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Team Scores</font>","zResults_2008/TeamScores.php",,"",1
,"<font size='1'>Individual Results</font>","zResults_2008/IndividualResults.php",,"",1
])


addmenu(menu=["menu2",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Team Scores</font>","zResults_2006/TeamScores.php",,"",1
,"<font size='1'>Individual Results</font>","zResults_2006/IndividualResults.php",,"",1
])


addmenu(menu=["menu3",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Sponsors</font>","zTournament_Sponsor/Sponsors.php",,"",1
])


addmenu(menu=["menu4",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Tournament Schedule</font>","z2009_Tournament_Schedule/TournamentSchedule.php",,"",1
])


addmenu(menu=["menu5",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Prices</font>","zTicket_Prices/Prices.php",,"",1
])


addmenu(menu=["menu6",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>To do list</font>","zCoaches_Agenda/Todolist.php",,"",1
])


addmenu(menu=["menu7",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Lodging</font>","zHotels/Lodging.php",,"",1
])


addmenu(menu=["menu8",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Teams</font>","zPast_Champions/Teams.php",,"",1
,"<font size='1'>Individual Multi-champs</font>","zPast_Champions/IndividualMultichamps.php",,"",1
,"<font size='1'>Individual Champs by year</font>","zPast_Champions/IndividualChampsbyyear.php",,"",1
])


addmenu(menu=["menu9",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Regional Sports Center</font>","zSite_and_Directions/RegionalSportsCenter.php",,"",1
])


addmenu(menu=["menu10",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Team Scores</font>","zResults_2007/TeamScores.php",,"",1
,"<font size='1'>Individual Results</font>","zResults_2007/IndividualResults.php",,"",1
])

dumpmenus()