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'>SERVICES</font>","show-menu=menu2",,"",1
,"<font size='1'>CUSTOMER SUPPORT</font>","show-menu=menu3",,"",1
,"<font size='1'>JOBS</font>","show-menu=menu4",,"",1
,"<font size='1'>SPECIAL OFFERS</font>","show-menu=menu5",,"",1
])

addmenu(menu=["menu1",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>About Us</font>","company-info/about-us.php",,"",1
,"<font size='1'>Customer Comments</font>","company-info/customer-comments.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
,"<font size='1'>Why We Are Different</font>","company-info/why-we-are-different.php",,"",1
,"<font size='1'>Weather</font>","company-info/weather.php",,"",1
])


addmenu(menu=["menu2",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Financing</font>","services/financing.php",,"",1
,"<font size='1'>Need Service?</font>","services/need-service.php",,"",1
])


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


addmenu(menu=["menu4",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>FPE Panels</font>","jobs/fpe-panels.php",,"",1
])


addmenu(menu=["menu5",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Specials</font>","special-offers/specials.php",,"",1
])

dumpmenus()