/*
 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="<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 //
////////////////////////////////////
// ;Shadow(color='#777777', Direction=135, Strength=5)
// 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=98)"


timegap=500				// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=4;			// Sub menu offset Top position
suboffset_left=6;			// Sub menu offset Left position
closeOnClick = true

style2=[				// 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.
"FFFFFF",				// Mouse Off Font Color
"00129D",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"5F6ABD",				// 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)
"Verdana, Arial",			// Font Name
5,					// Menu Item Padding
"/images/whiteArrow.gif",		// Sub Menu Image (Leave this blank if not needed)
2,					// 3D Border & Separator bar
"3341AF",				// 3D High Color
"00073F",				// 3D Low Color
"",					// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
,					// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
"000000",				// Menu Item Separator Color
]


style1=[				// style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",				// Mouse Off Font Color
"FF7F26",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"FFB026",				// 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)
"Verdana, Arial",			// Font Name
5,					// Menu Item Padding
"/images/whiteArrow.gif",		// Sub Menu Image (Leave this blank if not needed)
2,					// 3D Border & Separator bar
"FFC426",				// 3D High Color
"FF3A26",				// 3D Low Color
"",					// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
,					// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
"000000",				// Menu Item Separator Color
]


addmenu(menu=[				// This is the array that contains your menu properties and details
"careers",				// Menu Name - This is needed in order for the menu to be called
100,					// Menu Top - The Top position of the menu in pixels
85,					// Menu Left - The Left position of the menu in pixels
160,					// Menu Width - Menus width in pixels
1,					// Menu Border Width
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,					// Properties Array - this is set higher up, as above
0,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",					// 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 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)
,					// 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
,"Careers In Music","/careers/careersInMusic.asp",,,1 	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Success Stories","/careers/successStories.asp#v13",,"",1
,"Career Guidance","/careers/careerguidance.asp",,"",1
])

addmenu(menu=["home",100,36,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Return to Home","/default.asp",,,1
])


addmenu(menu=["departments",100,153,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"A.A. Degrees","show-menu=departments_degree",,,1
,"Diplomas","show-menu=departments_diploma",,,1
,"Summer Program","/departments/summerprogram.asp",,,1
,"Part-time Program","http://www.lamajams.com",,,1
])

addmenu(menu=["departments_degree",,,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Drums","show-menu=drums",,,1
,"Guitar","show-menu=guitar",,,1
,"Vocals","show-menu=vocals",,,1
,"Bass","show-menu=bass",,,1
])



	addmenu(menu=["drums",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/drums/index.asp",,,1
	,"Instructors","/departments/drums/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/drums/units.asp",,,1
	,"A Day In The Life","/departments/drums/dayInTheLife.asp",,,1
	])

	addmenu(menu=["guitar",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/guitar/index.asp",,,1
	,"Instructors","/departments/guitar/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/guitar/units.asp",,,1
	,"A Day In The Life","/departments/guitar/dayInTheLife.asp",,,1
	])

	addmenu(menu=["vocals",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/vocals/index.asp",,,1
	,"Instructors","/departments/vocals/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/vocals/units.asp",,,1
	,"A Day In The Life","/departments/vocals/dayInTheLife.asp",,,1
	])

	addmenu(menu=["bass",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/bass/index.asp",,,1
	,"Instructors","/departments/bass/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/bass/units.asp",,,1
	,"A Day In The Life","/departments/bass/dayInTheLife.asp",,,1
	])
	
addmenu(menu=["departments_diploma",,,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Drums","show-menu=drums_diploma",,,1
,"Guitar","show-menu=guitar_diploma",,,1
,"Vocals","show-menu=vocals_diploma",,,1
,"Bass","show-menu=bass_diploma",,,1
])

	addmenu(menu=["drums_diploma",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/drums/index.asp",,,1
	,"Instructors","/departments/drums/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/drums/units_diploma.asp",,,1
	,"A Day In The Life","/departments/drums/dayInTheLife.asp",,,1
	])

	addmenu(menu=["guitar_diploma",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/guitar/index.asp",,,1
	,"Instructors","/departments/guitar/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/guitar/units_diploma.asp",,,1
	,"A Day In The Life","/departments/guitar/dayInTheLife.asp",,,1
	])

	addmenu(menu=["vocals_diploma",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/vocals/index.asp",,,1
	,"Instructors","/departments/vocals/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/vocals/units_diploma.asp",,,1
	,"A Day In The Life","/departments/vocals/dayInTheLife.asp",,,1
	])

	addmenu(menu=["bass_diploma",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/bass/index.asp",,,1
	,"Instructors","/departments/bass/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/bass/units_diploma.asp",,,1
	,"A Day In The Life","/departments/bass/dayInTheLife.asp",,,1
	])

addmenu(menu=["about",100,234,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Who We Are","/aboutTheSchool/whoWeAre.asp",,,1
,"The Campus","/aboutTheSchool/theCampus.asp",,,1
,"Come Visit Us","/aboutTheSchool/comeVisitUs.asp",,,1
,"Student Life","/aboutTheSchool/studentLife.asp",,,1
,"Living In LA","/aboutTheSchool/livingInLA.asp",,,1
,"School Management","/aboutTheSchool/schoolManagement.asp",,,1
,"Clinics","/aboutTheSchool/clinics.asp",,,1
,"Student Tracks","/aboutTheSchool/studentTracks.asp",,,1
,"Sponsors","/aboutTheSchool/sponsors.asp",,,1
,"Friends","/aboutTheSchool/friends.asp",,,1
,"Associations","/aboutTheSchool/associations.asp",,,1
,"Press","/aboutTheSchool/press.asp",,,1
])

addmenu(menu=["apply",100,369,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Application Procedures (USA)","/apply/appsUSA.asp",,,1
,"Application Procedures (International)","/apply/appsINT.asp",,,1
,"School Calendar","/apply/calendar.asp",,,1
,"Housing Assistance","/apply/housing.asp",,,1
,"Tuition & Fees","/apply/tuitionAndFees.asp",,,1
,"Scholarships","/apply/scholarships.asp",,,1
,"Financial Aid","/apply/financialAid.asp",,,1
,"FAQs","/faqs.asp",,,1
])

addmenu(menu=["request",100,424,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Request Info","/requestinfo/index.asp",,,1
,"Contact Us","/contactus.asp",,,1
<!--,"Watch Video","/requestinfo/index.asp",,,1-->
])

addmenu(menu=["store",100,522,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Order Merchandise","/store.asp",,,1
])

//***************************************************************************
//     THE FOLLOWING CODE IS FOR THE BLUE MENUS ON THE HOMEPAGE
//	   THE CODE ABOVE IS FOR THE ORANGE SUBPAGE MENUS
//***************************************************************************


addmenu(menu=[				// This is the array that contains your menu properties and details
"careersblue",				// Menu Name - This is needed in order for the menu to be called
90,					// Menu Top - The Top position of the menu in pixels
85,					// Menu Left - The Left position of the menu in pixels
160,					// Menu Width - Menus width in pixels
1,					// 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
0,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",					// 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 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)
,					// 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
,"Careers In Music","careers/careersInMusic.asp",,,1 	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Success Stories","careers/successStories.asp#v13",,"",1
,"Career Guidance","/careers/careerGuidance.asp",,,1
])

addmenu(menu=["homeblue",90,36,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Return to Home","default.asp",,,1
])


addmenu(menu=["departmentsblue",94,153,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"A.A. Degrees","show-menu=departmentsblue_degree",,,1
,"Diplomas","show-menu=departmentsblue_diploma",,,1
,"Summer Program","/departments/summerprogram.asp",,,1
,"Part-time Program","http://www.lamajams.com",,,1
])

addmenu(menu=["departmentsblue_degree",,,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Drums","show-menu=drumsblue",,,1
,"Guitar","show-menu=guitarblue",,,1
,"Vocals","show-menu=vocalsblue",,,1
,"Bass","show-menu=bassblue",,,1
])



	addmenu(menu=["drumsblue",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/drums/index.asp",,,1
	,"Instructors","/departments/drums/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/drums/units.asp",,,1
	,"A Day In The Life","/departments/drums/dayInTheLife.asp",,,1
	])

	addmenu(menu=["guitarblue",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/guitar/index.asp",,,1
	,"Instructors","/departments/guitar/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/guitar/units.asp",,,1
	,"A Day In The Life","/departments/guitar/dayInTheLife.asp",,,1
	])

	addmenu(menu=["vocalsblue",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/vocals/index.asp",,,1
	,"Instructors","/departments/vocals/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/vocals/units.asp",,,1
	,"A Day In The Life","/departments/vocals/dayInTheLife.asp",,,1
	])

	addmenu(menu=["bassblue",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/bass/index.asp",,,1
	,"Instructors","/departments/bass/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/bass/units.asp",,,1
	,"A Day In The Life","/departments/bass/dayInTheLife.asp",,,1
	])
	
addmenu(menu=["departmentsblue_diploma",,,160,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Drums","show-menu=drumsblue_diploma",,,1
,"Guitar","show-menu=guitarblue_diploma",,,1
,"Vocals","show-menu=vocalsblue_diploma",,,1
,"Bass","show-menu=bassblue_diploma",,,1
])

	addmenu(menu=["drumsblue_diploma",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/drums/index.asp",,,1
	,"Instructors","/departments/drums/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/drums/units_diploma.asp",,,1
	,"A Day In The Life","/departments/drums/dayInTheLife.asp",,,1
	])

	addmenu(menu=["guitarblue_diploma",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/guitar/index.asp",,,1
	,"Instructors","/departments/guitar/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/guitar/units_diploma.asp",,,1
	,"A Day In The Life","/departments/guitar/dayInTheLife.asp",,,1
	])

	addmenu(menu=["vocalsblue_diploma",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/vocals/index.asp",,,1
	,"Instructors","/departments/vocals/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/vocals/units_diploma.asp",,,1
	,"A Day In The Life","/departments/vocals/dayInTheLife.asp",,,1
	])

	addmenu(menu=["bassblue_diploma",,,,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/departments/bass/index.asp",,,1
	,"Instructors","/departments/bass/instructors.asp",,,1
	,"Course Sequencing<br>& Credits","/departments/bass/units_diploma.asp",,,1
	,"A Day In The Life","/departments/bass/dayInTheLife.asp",,,1
	])

addmenu(menu=["aboutblue",90,234,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Who We Are","aboutTheSchool/whoWeAre.asp",,,1
,"The Campus","aboutTheSchool/theCampus.asp",,,1
,"Come Visit Us","aboutTheSchool/comeVisitUs.asp",,,1
,"Student Life","aboutTheSchool/studentLife.asp",,,1
,"Living In LA","aboutTheSchool/livingInLA.asp",,,1
,"School Management","aboutTheSchool/schoolManagement.asp",,,1
,"Clinics","aboutTheSchool/clinics.asp",,,1
,"Student Tracks","/aboutTheSchool/studentTracks.asp",,,1
,"Sponsors","aboutTheSchool/sponsors.asp",,,1
,"Friends","aboutTheSchool/friends.asp",,,1
,"Associations","aboutTheSchool/associations.asp",,,1
,"Press","/aboutTheSchool/press.asp",,,1
])

addmenu(menu=["applyblue",90,369,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Application Procedures (USA)","apply/appsUSA.asp",,,1
,"Application Procedures (International)","apply/appsINT.asp",,,1
,"School Calendar","apply/calendar.asp",,,1
,"Housing Assistance","apply/housing.asp",,,1
,"Tuition & Fees","apply/tuitionAndFees.asp",,,1
,"Scholarships","apply/scholarships.asp",,,1
,"Financial Aid","apply/financialAid.asp",,,1
,"FAQs","/faqs.asp",,,1
])

addmenu(menu=["requestblue",90,424,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Request Info","requestinfo/index.asp",,,1
,"Contact Us","contactUs.asp",,,1
<!--,"Watch Video","/requestinfo/index.asp",,,1-->
])

addmenu(menu=["storeblue",90,522,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Order Merchandise","store.asp",,,1
])

dumpmenus()
