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
,"<font size='1'>Seasonal Safety Tips</font>","show-menu=menu7",,"",1
,"<font size='1'>Going Green</font>","show-menu=menu8",,"",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'>Employee Bios</font>","company-info/employee-bios.php",,"",1
,"<font size='1'>Service Hours</font>","company-info/service-hours.php",,"",1
,"<font size='1'>Weather Forecast</font>","company-info/weather-forecast.php",,"",1
])


addmenu(menu=["menu2",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>100% Satisfaction Gaurantee</font>","products-and-services/100-satisfaction-gaurantee.php",,"",1
,"<font size='1'>Customer Comments</font>","products-and-services/customer-comments.php",,"",1
,"<font size='1'>Lighting Fixtures</font>","products-and-services/lighting-fixtures.php",,"",1
,"<font size='1'>Stand By Generators</font>","products-and-services/stand-by-generators.php",,"",1
,"<font size='1'>Surge Protection</font>","products-and-services/surge-protection.php",,"",1
,"<font size='1'>Survey Response Card</font>","products-and-services/survey-response-card.php",,"",1
,"<font size='1'>Services</font>","products-and-services/services.php",,"",1
])


addmenu(menu=["menu3",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Home Protection Plans</font>","service-agreements/home-protection-plans.php",,"",1
,"<font size='1'>Protect Your Home and Family Today</font>","service-agreements/protect-your-home-and-family-today.php",,"",1
])


addmenu(menu=["menu4",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Fire Safety</font>","learn-more/fire-safety.php",,"",1
,"<font size='1'>Press Releases</font>","show-menu=menu25",,"",1
])


addmenu(menu=["menu25",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Holiday Press Release</font>","learn-more/press-releases/holiday-press-release.php",,"",1
,"<font size='1'>Introduction of Electric Medic</font>","learn-more/press-releases/introduction-of-electric-medic.php",,"",1
,"<font size='1'>Letter to Gaffney Electric Customers</font>","learn-more/press-releases/letter-to-gaffney-electric-customers.php",,"",1
,"<font size='1'>Technician Seal of Safety</font>","learn-more/press-releases/technician-seal-of-safety.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'>Current Month Special</font>","specials/current-month-special.php",,"",1
])


addmenu(menu=["menu7",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>Winter Electrical Safety Tips</font>","seasonal-safety-tips/winter-electrical-safety-tips.php",,"",1
])


addmenu(menu=["menu8",,,submenuwidth,1,"",style1,,"left",effect,,,,,,,,,,,,
,"<font size='1'>CFL Calculator</font>","going-green/cfl-calculator.php",,"",1
])

dumpmenus()