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>HOME&nbsp;&nbsp;</font>","index.php",,"",1
,"<font size=1>COMPANY INFO&nbsp;&nbsp;</font>","show-menu=menu1",,"",1
,"<font size=1>SERVICES&nbsp;&nbsp;</font>","show-menu=menu2",,"",1
,"<font size=1>CUSTOMER SUPPORT&nbsp;&nbsp;</font>","show-menu=menu3",,"",1
,"<font size=1>SPECIAL OFFERS&nbsp;&nbsp;</font>","show-menu=menu4",,"",1
])

addmenu(menu=["menu1",
,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size=1>About Us&nbsp;&nbsp;</font>","aCOMPANY_INFO/AboutUs.php",,"",1
,"<font size=1>Contact Information&nbsp;&nbsp;</font>","aCOMPANY_INFO/ContactInformation.php",,"",1
,"<font size=1>Customer Comments&nbsp;&nbsp;</font>","aCOMPANY_INFO/CustomerComments.php",,"",1
,"<font size=1>Employment&nbsp;&nbsp;</font>","aCOMPANY_INFO/Employment.php",,"",1
,"<font size=1>Hours and Service Area&nbsp;&nbsp;</font>","aCOMPANY_INFO/HoursandServiceArea.php",,"",1
,"<font size=1>Internet Coupon&nbsp;&nbsp;</font>","aCOMPANY_INFO/InternetCoupon.php",,"",1
,"<font size=1>Weather&nbsp;&nbsp;</font>","aCOMPANY_INFO/Weather.php",,"",1
,"<font size=1>Why We Are Different&nbsp;&nbsp;</font>","aCOMPANY_INFO/WhyWeAreDifferent.php",,"",1
,"<font size=1>Table of Contents&nbsp;&nbsp;</font>","aCOMPANY_INFO/index.php",,"",1
])


addmenu(menu=["menu2",
,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size=1>Financing&nbsp;&nbsp;</font>","bSERVICES/Financing.php",,"",1
,"<font size=1>Need Service?&nbsp;&nbsp;</font>","bSERVICES/NeedService.php",,"",1
,"<font size=1>Table of Contents&nbsp;&nbsp;</font>","bSERVICES/index.php",,"",1
])


addmenu(menu=["menu3",
,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size=1>Apply for Financing&nbsp;&nbsp;</font>","eCUSTOMER_SUPPORT/ApplyforFinancing.php",,"",1
,"<font size=1>Appointment Request&nbsp;&nbsp;</font>","eCUSTOMER_SUPPORT/AppointmentRequest.php",,"",1
,"<font size=1>Ask the Experts&nbsp;&nbsp;</font>","eCUSTOMER_SUPPORT/AsktheExperts.php",,"",1
,"<font size=1>Table of Contents&nbsp;&nbsp;</font>","eCUSTOMER_SUPPORT/index.php",,"",1
])


addmenu(menu=["menu4",
,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size=1>Weekly Special&nbsp;&nbsp;</font>","zSPECIAL_OFFERS/WeeklySpecial.php",,"",1
])

dumpmenus()