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</font>","index.php",,"",1
,"<font size='1'>Company Info</font>","show-menu=menu1",,"",1
,"<font size='1'>Products and Services</font>","show-menu=menu2",,"",1
,"<font size='1'>Service Agreements</font>","show-menu=menu3",,"",1
,"<font size='1'>Learn More</font>","show-menu=menu4",,"",1
,"<font size='1'>Customer Support</font>","show-menu=menu5",,"",1
,"<font size='1'>Specials</font>","show-menu=menu6",,"",1
])

addmenu(menu=["menu1",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>About Us</font>","company-info/about-us.php",,"",1
,"<font size='1'>Contact Information</font>","company-info/contact-information.php",,"",1
,"<font size='1'>Employment</font>","company-info/employment.php",,"",1
,"<font size='1'>Hours and Service Area</font>","company-info/hours-and-service-area.php",,"",1
,"<font size='1'>Internet Coupon</font>","company-info/internet-coupon.php",,"",1
])


addmenu(menu=["menu2",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Plumbing</font>","products-and-services/plumbing.php",,"",1
])


addmenu(menu=["menu3",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Plans</font>","service-agreements/plans.php",,"",1
])


addmenu(menu=["menu4",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Plumbing</font>","show-menu=menu14",,"",1
])


addmenu(menu=["menu14",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Basement Flooding</font>","learn-more/plumbing/basement-flooding.php",,"",1
,"<font size='1'>Leaky Faucet</font>","learn-more/plumbing/leaky-faucet.php",,"",1
])


addmenu(menu=["menu5",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Appointment Request</font>","customer-support/appointment-request.php",,"",1
,"<font size='1'>Apply for Financing</font>","customer-support/apply-for-financing.php",,"",1
,"<font size='1'>Ask the Experts</font>","customer-support/ask-the-experts.php",,"",1
])


addmenu(menu=["menu6",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Monthly Special</font>","specials/monthly-special.php",,"",1
])

dumpmenus()