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
132,					// Menu Top - The Top position of the menu in pixels
10,				// Menu Left - The Left position of the menu in pixels
102,					// Menu Width - Menus width in pixels
0,					// 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 elsewhere
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// 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
,"Home&nbsp;&nbsp;","/index.php","","",1
	,"Locations","show-menu=company_locations","/index.php?page=company_locations",,1
	,"Shop Online","http://www.georgesmusiconline.com",,,1
,"Company&nbsp;&nbsp;","show-menu=company","","",1
	,"Careers","show-menu=careers","/index.php?page=company_careers","",1
,"Services&nbsp;&nbsp;","show-menu=services","","",1
	,"Lessons","/index.php?page=education_lessons",,,1
,"About Us&nbsp;&nbsp;","show-menu=about",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Events&nbsp;&nbsp;","/index.php?page=education_clinics","","",1
])

// make link "show-menu=whatever" to make sub/sub menus	

	addmenu(menu=["company",
	,,180,1,"",style1,,"left",,,,,,,,,,,,,
	,"Store Locations","show-menu=company_locations","/index.php?page=company_locations",,1
	,"Shop Online","http://www.georgesmusiconline.com",,,1
	,"Career Opportunities","/index.php?page=company_careers",,,1
	,"Financing","/index.php?page=company_financing",,,1
	,"Price Protection","/index.php?page=company_priceprotection",,,1
	,"Contact Us","javascript:openWindow2(\"contact_us.php\")",,,1
	])

		addmenu(menu=["company_locations",
		,,180,1,"",style1,,"left",,,,,,,,,,,,,
		,"West Palm Beach, FL","/index.php?page=company_locations_wpb",,,1		
		,"Orange Park, FL","/index.php?page=company_locations_op",,,1		
		,"Jacksonville Beach, FL","/index.php?page=company_locations_jb",,,1
		,"Fern Park, FL","/index.php?page=company_locations_fp",,,1
		,"Orlando, FL","/index.php?page=company_locations_ol",,,1
		,"Berwyn, PA","/index.php?page=company_locations_bw",,,1
		,"Feasterville, PA","/index.php?page=company_locations_fv",,,1
		,"Springfield, PA","/index.php?page=company_locations_sf",,,1
		,"North Wales, PA","/index.php?page=company_locations_nw",,,1
		,"Spring City, PA","/index.php?page=company_locations_sc",,,1
		])	
	
	addmenu(menu=["services",
	,,180,1,"",style1,,"left",,,,,,,,,,,,,
	,"Repairs","/index.php?page=services_repairs",,,1
	,"Become a VIP","/index.php?page=services_vip",,,1
	,"Article Archives","/articles",,,1
	,"Join the Guitar Club","/index.php?page=services_guitarclub",,,1
	,"Join the Drum Club","/index.php?page=services_drumclub",,,1
	,"Join the Uke Club","/index.php?page=services_ukeclub",,,1
	,"Join the Collectors Club","/index.php?page=services_collectorsclub",,,1
	,"Join the Worship Assoc.","/index.php?page=services_gmwa_signup",,,1
	,"Buying Your First...","show-menu=education_first","/index.php?page=education_firstguitar",,1
	,"Warranties","/index.php?page=services_warranty",,,1
	,"Gift Cards","http://www.georgesmusiconline.com/index.php?cPath=100000697",,,1
//	,"AMT Warranty","javascript:openWindow(\"https://espsys.amtrustgroup.com/GeorgesMusic/cm/\")",,,1
	])

	addmenu(menu=["careers",
	,,180,1,"",style1,,"left",,,,,,,,,,,,,
	,"Associates & Managers","/index.php?page=company_careers",,,1
	,"Teachers","/index.php?page=company_careers_teachers",,,1
	])
	
		addmenu(menu=["education_first",
		,,180,1,"",style1,,"left",,,,,,,,,,,,,
		,"Guitar","/index.php?page=education_firstguitar",,,1
		,"Bass","/index.php?page=education_firstbass",,,1
		,"Drums","/index.php?page=education_firstdrums",,,1
		,"Keyboard","/index.php?page=education_firstkeyboard",,,1
		,"Recording Gear","/index.php?page=education_computerecording",,,1
		])	

	addmenu(menu=["about",
	,,180,1,"",style1,,"left",,,,,,,,,,,,,
	,"Why George's Music?","/index.php?page=about_us",,,1
	,"Our History","/index.php?page=about_history",,,1
	,"Awards","/index.php?page=about_awards",,,1
	,"Connect with Us","/index.php?page=connect",,,1
	,"Customer Testimonials","/index.php?page=about_testimonials",,,1
	,"Partners","/index.php?page=about_partners",,,1
	])
		
	addmenu(menu=["links",
	,,180,1,"",style1,,"left",,,,,,,,,,,,,
	,"Links to Manufacturers","/index.php?page=links_mfg",,,1
	,"Musician Resources","/index.php?page=links_resources",,,1
	,"Rebate Links","/index.php?page=rebates",,,1
	])
	
	
dumpmenus()