/*
 Milonic DHTML Website Navigation Menu - Version 3.x
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
 All Copyright notices MUST remain in place at ALL times and, please keep us informed of your 
 intentions to use the menu and send us your URL.
*/


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"


timegap=1000			// The time delay for menus to remain visible
followspeed=1		// Follow Scrolling speed
followrate=10		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position
closeOnClick = true

if (screen.height <= 600)  
   {
style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
"08e7f7",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"0000ff",			// Mouse On Background Color
"000000",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Helvetica, Verdana, Tahoma, Arial",	// Font Name
3,					// Menu Item Padding
"/assets/images/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"557755",			// 3D High Color
"55aa55",			// 3D Low Color
"Blue",			// Current Page Item Font Color (leave this blank to disable)
"eeefef",				// Current Page Item Background Color (leave this blank to disable)
"/assets/images/arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
,			// Menu Header Background Color (Leave blank if headers are not needed)
,				// Menu Item Separator Color
]


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
100,					// Menu Top - The Top position of the menu in pixels
-100,				// Menu Left - The Left position of the menu in pixels
125,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"right",					// 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)
"center",				// 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
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// 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)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
//,"Test Lores Document","Test_docname.htm#content",,"Test Lores Redirector",1 
,"Home","/index.html#content",,"Back to the home page",1 
,"Band Information  ","show-menu=bandinfo",,"",1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Important Facts  ","show-menu=facts",,"",1
,"Song List/Demos  ","show-menu=songlist",,"",1
,"Photos","/confetti_photos.htm#content",,"Confetti Photographs",1
,"Videos","/confetti_videos.htm#content",,"Confetti Videos",1
,"Contact Us/Bookings ","/confetti_contact-form.htm#content",,"Contact & booking information form",1
,"Links ","/confetti_links.htm#content",,"Favorite Music Website Links",1
,"Site Map","/confetti_sitemap.htm#content",,"Navigation Map for entire site ",1
])
   }
else
   {
style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
"08e7f7",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"0000ff",			// Mouse On Background Color
"000000",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Helvetica, Verdana, Tahoma, Arial",	// Font Name
4,					// Menu Item Padding
"/assets/images/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"557755",			// 3D High Color
"55aa55",			// 3D Low Color
"Blue",			// Current Page Item Font Color (leave this blank to disable)
"eeefef",				// Current Page Item Background Color (leave this blank to disable)
"/assets/images/arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
,			// Menu Header Background Color (Leave blank if headers are not needed)
,				// Menu Item Separator Color
]


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
100,					// Menu Top - The Top position of the menu in pixels
-100,				// Menu Left - The Left position of the menu in pixels
132,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"right",					// 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)
"center",				// 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
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// 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)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
//,"Test Lores Document","Test_docname.htm#content",,"Test Lores Redirector",1 
,"Home","/index.html#content",,"Back to the home page",1 
,"Band Information  ","show-menu=bandinfo",,"",1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Important Facts  ","show-menu=facts",,"",1
,"Song List/Demos  ","show-menu=songlist",,"",1
,"Photos","show-menu=photos",,"Confetti Photographs",1
,"Videos","/confetti_videos.htm#content",,"Confetti Videos",1
,"Contact Us/Bookings ","/confetti_contact-form.htm#content",,"Contact & booking information form",1
,"Links ","/confetti_links.htm#content",,"Favorite Music Website Links",1
,"Site Map","/confetti_sitemap.htm#content",,"Navigation Map for entire site ",1
])
   }
	addmenu(menu=["bandinfo",
	,,130,1,"",style1,,"center","wheel(spokes=8, duration=0.75);Shadow(color='#999999', Direction=225, Strength=6)",,,,,,,,,,,,
	,"About Us","/confetti_aboutus.htm#content",,,1
	,"Our Goals","/confetti_ourgoals.htm#content",,,1
	,"Our Music","/confetti_ourmusic.htm#content",,,1
	,"FAQ","/confetti_faq.htm#content",,,1
	,"Party Specialists","/confetti_party%20specialists.htm#content",,,1
	,"Corporate Event Entertainment","/confetti_chicago%20corporate%20event%20entertainment%20specialists.htm#content",,,1
	,"Band History","/confetti_history.htm#content",,,1
	,"Band Member Bios","show-menu=bios",,,1
	,"Scheduled Jobs","/confetti_schedule.htm#content",,,1
	])
	
	
		addmenu(menu=["bios",
		,,194,1,"",style1,,"center","wheel(spokes=8, duration=0.75);Shadow(color='#999999', Direction=225, Strength=6)",,,,,,,,,,,,
		,"Dave - Keyboards & Vocals","/bios/dave.htm#content",,,1
		,"Dennis - Guitars","/bios/dennis.htm#content",,,1
		,"Gary - Saxes & Flute","/bios/gary.htm#content",,,1
		,"George - Drums & Vocals","/bios/george.htm#content",,,1
		,"Janine - Lead & Background Vocals","/bios/janine.htm#content",,,1
		,"Tom - Bass","/bios/tom.htm#content",,,1
		])

	addmenu(menu=["facts",,,130,1,,style1,0,"center","wheel(spokes=8, duration=0.75);Shadow(color='#999999', Direction=225, Strength=6)",0,,,,,,,,,,,
	,"Why Hire Us?","/confetti_whyhireus.htm#content",,,1
	,"Testimonials","/confetti_testimonials.htm#content",,,1
	,"Corporate Clients","/confetti_clients.htm#content",,,1
	,"Places We've Played","/confetti_venues.htm#content",,,1
	])
	
	addmenu(menu=["songlist",
	,,155,1,"",style1,,"center","wheel(spokes=8, duration=0.75);Shadow(color='#999999', Direction=225, Strength=6)",,,,,,,,,,,,
	,"Song Demos","/confetti_demos.htm#content",,,1
	,"Full Song List","/songlist/sl-full.htm#content",,,1
	,"1950s Pop/Rock","/songlist/sl-50s_music.htm#content",,,1
	,"1960s Pop/Rock","/songlist/sl-60s_music.htm#content",,,1
	,"1970s Pop/Rock","/songlist/sl-70s_music.htm#content",,,1
	,"1980s Pop/Rock","/songlist/sl-80s_music.htm#content",,,1
	,"Contemporary Pop/Rock","/songlist/sl-contemporary_pop_music.htm#content",,,1
	,"Country/Country Rock","/songlist/sl-country_music.htm#content",,,1
	,"Motown/Disco/Soul","/songlist/sl-soul_music.htm#content",,,1
	,"Ballads/Duets","/songlist/sl-ballads.htm#content",,,1
	,"Dinner/Instrumental","/songlist/sl-dinner_music.htm#content",,,1
	,"Jazz, Swing & Standards","/songlist/sl-swing_music.htm#content",,,1
	,"Ballroom Dancing & Dance Styles","/songlist/sl-dance_music_styles.htm#content",,,1
	,"Ethnic","/songlist/sl-ethnic_music.htm#content",,,1
	,"Wedding","/songlist/sl-wedding_reception_special_occasion_music.htm#content",,,1
	,"Holiday","/songlist/sl-holiday_music.htm#content",,,1
	])
	
	
	addmenu(menu=["photos",
	,,155,1,"",style1,,"center","wheel(spokes=8, duration=0.75);Shadow(color='#999999', Direction=225, Strength=6)",,,,,,,,,,,,
	,"Mr. Peter's Banquets","/confetti_photos_MP_11Nov2006-1.htm#content",,,1
	,"St. Robert Bellarmine","/confetti_photos_SRB_29Jan2005.htm#content",,,1
	,"Quality Cabinets 60's-70's Theme Dance","/confetti_photos_QC_2Apr2004.htm#content",,,1
	,"Church Of Willow Creek","/confetti_photos_WC_7Feb2004.htm#content",,,1
	,"St. Robert Bellarmine","/confetti_photos_SRB_17Jan2004.htm#content",,,1
	,"Divine Savior Summerfest","/confetti_photos_DS_22Aug2003.htm#content",,,1
	,"Buffalo Grove Outdoor Concert","/confetti_photos_BuffaloGrove-24Jul2007.htm#content",,,1
	,"Lake Como Valentines Day Dance","/confetti_photos_2008--LakeComo-Valentines.htm#content",,,1
	,"Waterman Winery Wedding","/confetti_photos_Winery_Wedding_7Jun2008.htm#content",,,1
	,"Lake Geneva Family Fun Fest","/confetti_photos_2008--LakeGeneva-FamilyFunFest.htm#content",,,1
	,"Victorian Village Outdoor Concert","/confetti_photos_VV_10Aug2008.htm#content",,,1
	,"Carver-Toff Wedding at Chevy Chase Country Club","/confetti_photos_ToffWed_27Sep2008.htm#content",,,1
	,"Victorian Village 10th Anniversary Outdoor Concert","/confetti_photos_VV-10thAnv_18Aug2009.htm#content",,,1
	,"50th Wedding Anniversary","/confetti_photos_50thAnv_26Jul2009.htm#content",,,1
	,"Divine Savior Summerfest 2009","/confetti_photos_DS_2009Aug28.htm#content",,,1
	
	])
dumpmenus()
