/*
 DHTML Menu version 3.3.19
 Please vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//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="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_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
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);Shadow(color='#F0F0EC', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#F0F0EC', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=0;		// Sub menu offset Left position

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.
"560062",			// Mouse Off Font Color
"F0F0EC",			// Mouse Off Background Color
"F0F0EC",			// Mouse On Font Color
"560062",			// Mouse On Background Color
"F0F0EC",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,					// Menu Item Padding
"/graphics/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"F0F0EC",			// 3D High Color
"F0F0EC",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"/graphics/arrowdn.gif",	// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"F0F0EC",			// Menu Header Background Color (Leave blank if headers are not needed)
]

////////////////////////////////////
////////////////////////////////////
////////////////////////////////////

addmenu(menu=[
"publicmenu",			//menu name
150,				//menu top
0,				//menu left
195,				//menu width
0,				//border width
,				//screen position center left right middle top and or bottom
style1,				//properties array from above
1,				//always visible 1=on 0=off
"left",				//Allignment
effect,				//Filter
,				//Follow scrolling
0,				//Horizontal menu
,				//Keep Alive
,				//Position of TOP sub image left right or center
,				//width of horiz menu to 100% and height to specified
,				//Right to left
,				//Open menu onclick instead of mouseover
,				//ID of div to hide on mouseover
,				//Reserved
,				//Reserved
,				//Reserved
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Home","http://www.encoremusic.us/default.html target=_self",,"Return to home page",1
,"Homeschool Academy","show-menu=AcademyMain",,"",1
,"Community Programs","show-menu=CommunityBandandOrchestra",,"",1
,"Summer Camp","show-menu=SummerCamp",,"",1
//,"Photo Gallery","http://www.encoremusic.us/gallery/index.php target=_blank",,,1
//,"Music Shop","http://www.encoremusic.us/musicshop.html target=_self",,,1
//,"Instrument Rental & Purchase","http://www.encoremusic.us/instruments/instruments.html target=_self",,"",1
//,"News & Events","http://www.encoremusic.us/news/news.html target=_self",,"",1
//,"Faculty / Directors Bios","http://www.encoremusic.us/faculty/faculty.html target=_self",,"",1
//,"Support the Arts","http://www.encoremusic.us/supportthearts/supportthearts.html target=_self",,"",1
//,"Driving Directions","http://www.encoremusic.us/contactus/directions.html target=_self",,"",1
,"Contact Us","http://www.encoremusic.us/contactus/contactus.html target=_self",,"",1
,"About ECMA","http://www.encoremusic.us/contactus/about.html target=_self",,"",1
])

////////////////////////////////////
////////////////////////////////////
////////////////////////////////////
addmenu(menu=["AcademyMain",
,
,132
,1
,""
,
style1,,"left",effect,,,,,,,,,,,,
	,"General Information","http://www.encoremusic.us/academy/generalinfo.html target=_self",,,1
	,"Why Music?","http://www.encoremusic.us/academy/whymusic.html target=_self",,,1
	,"Petting Zoo","http://www.encoremusic.us/academy/pettingzoo.html target=_self",,,1
	,"Guidelines & Policies","http://www.encoremusic.us/academy/policies.html target=_self",,,1
	,"Tips for Parents","http://www.encoremusic.us/academy/parenttips.html target=_self",,,1
	])
addmenu(menu=["CommunityBandandOrchestra",
,
,132
,1
,""
,
style1,,"left",effect,,,,,,,,,,,,
	,"Program Information","http://www.encoremusic.us/communityband/program.html target=_self",,,1
	,"Guidelines & Policies","http://www.encoremusic.us/communityband/policies.html target=_self",,,1
	,"Schedule","http://www.encoremusic.us/communityband/schedule.html target=_self",,,1
	])
addmenu(menu=["SummerCamp",
,
,132
,1
,""
,
style1,,"left",effect,,,,,,,,,,,,
	,"Program Information","http://www.encoremusic.us/camp/program.html target=_self",,,1
	,"Registration","http://www.encoremusic.us/camp/registration.html target=_self",,,1
//	,"Camp Music","http://www.encoremusic.us/camp/campmusic.html target=_self",,,1
//	,"Guidelines & Policies","http://www.encoremusic.us/camp/policies.html target=_self",,,1
//	,"Frequently Asked Questions","http://www.encoremusic.us/camp/faq.html target=_self",,,1
	,"Forms","http://www.encoremusic.us/camp/forms.html target=_self",,,1
	])
	
dumpmenus()
