
//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=100);Shadow(color='black', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='gray', 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=10;		// Sub menu offset Top position 
suboffset_left=10;		// 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.
"white",			// Mouse Off Font Color
"#0066FF",			// Mouse Off Background Color
"black",			// Mouse On Font Color
"silver",			// Mouse On Background Color
"white",			// 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
"",			// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"black",			// 3D High Color
"black",			// 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)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]



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
155,				// Menu Top - The Top position of the menu in pixels
35,				// Menu Left - The Left position of the menu in pixels
,				// Menu Width - Menus width in pixels
1,				// Menu Border Width 
"center",			// 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)
"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
0,				// 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)
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)
,				// Reserved for future use
,				// Reserved for future use
,				// Reserved for future use
,"Home","http://olhs.cksd.wednet.edu/index.html",,,1
,"Staff","show-menu=Dept","http://olhs.cksd.wednet.edu/staff_new.html",,1
,"Library","http://olhs.cksd.wednet.edu/staff/library/",,,1
,"Academic&nbsp;Services","show-menu=SSC",,"",1
,"School&nbsp;Info","show-menu=SchoolInfo",,"",1
,"Student&nbsp;Info","show-menu=StudentResource",,"",1
,"Parent&nbsp;Info","show-menu=ParentResource",,"",1
,"Athletics","show-menu=Sports",,"",1
,"Forms","show-menu=Forms",,"",1
,"Schedules","show-menu=Schedules",,"",1
])

addmenu(menu=["Dept",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Career and Technical","show-menu=Career and Technical",,,1
	,"Counseling","http://olhs.cksd.wednet.edu/staff/counseling/index.htm",,,1
	,"English","show-menu=English",,,1
	,"Foreign Language","show-menu=Foreign Language",,,1
	,"Library","http://olhs.cksd.wednet.edu/staff/library",,,1
	,"Mathematics","show-menu=Mathematics",,,1
	,"Music and Art","show-menu=Music and Art",,,1
	,"Physical Education","http://olhs.cksd.wednet.edu/staff/pe",,,1
	,"Social Studies","show-menu=Social Studies",,,1
	,"Science","show-menu=Science",,,1
	])
	
			addmenu(menu=["Career and Technical",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Jamie Acker","http://olhs.cksd.wednet.edu/staff/jamiea",,,1
		,"Rich Bennett","http://olhs.cksd.wednet.edu/staff/richb",,,1
		,"Twyla Falteisek","http://olhs.cksd.wednet.edu/staff/twylaf/default.htm",,,1
		,"Kris Howell","http://olhs.cksd.wednet.edu/staff/fcs",,,1
		,"Scott Peck","http://olhs.cksd.wednet.edu/staff/scottp",,,1
		,"Laurie Shaw","http://moodle.cksd.wednet.edu/course/view.php?id=222",,,1
		,"Mary Tuffley","http://olhs.cksd.wednet.edu/staff/fcs",,,1
		])		
		

		addmenu(menu=["English",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Walter Chapin","http://olhs.cksd.wednet.edu/staff/walterc",,,1
		])			

		addmenu(menu=["Foreign Language",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Doug Morihara","http://olhs.cksd.wednet.edu/staff/dougm",,,1
		])	
		
		addmenu(menu=["Mathematics",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Chris Nelson","http://olhs.cksd.wednet.edu/staff/chrisn",,,1
		])
				
		addmenu(menu=["Music and Art",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,	
		,"Tom McVicker","http://olhs.cksd.wednet.edu/staff/tommc/Main%20Page.htm",,,1
		])
		
		addmenu(menu=["Physical Education",
		,,170,1,"http://olhs.cksd.wednet.edu/staff/pe",style1,,"left",effect,,,,,,,,,,,,	
		,"John Freeman","http://olhs.cksd.wednet.edu/staff/johnf",,,1
		])

		addmenu(menu=["Science",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Joyce Conbere","http://moodle.cksd.wednet.edu/course/view.php?id=45",,,1
		,"Jim Daniel","http://olhs.cksd.wednet.edu/staff/jimda",,,1
		,"Tim Fowler","http://olhs.cksd.wednet.edu/staff/timf",,,1
		,"Michael Walker","http://moodle.cksd.wednet.edu/course/view.php?id=116",,,1
		])	
		

		addmenu(menu=["Social Studies",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Tim Allbee","http://olhs.cksd.wednet.edu/staff/tima",,,1
		,"Jerry Hurd","http://olhs.cksd.wednet.edu/staff/jerryh",,,1
		,"Mitch Lant","http://olhs.cksd.wednet.edu/staff/mitchl",,,1
		,"Chris Thorsen","http://olhs.cksd.wednet.edu/staff/christh",,,1
		,"Nate Suggs","http://olhs.cksd.wednet.edu/staff/nates",,,1
		])	


addmenu(menu=["SchoolInfo",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Directory of Staff","http://olhs.cksd.wednet.edu/staff_new.html",,,1
,"Directions to Our School","http://www.mapquest.com/maps?city=Bremerton&state=WA&address=7070+Stampede+Blvd&zipcode=98311",,,1
,"Enrollment Boundaries","http://www.cksd.wednet.edu/boundary/HSBound.pdf",,,1
,"School Map","http://olhs.cksd.wednet.edu/Olympic%20High%20School%20Floor%20Plan%200910.pdf",,,1
,"Parking Map","http://olhs.cksd.wednet.edu/parkingmap.htm",,,1
,"Reunions","http://www.cksd.wednet.edu/alumni.asp",,,1
,"Staff Contact Info","http://olhs.cksd.wednet.edu/staff_new.html",,,1
])


addmenu(menu=["StudentResource",
,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"AP Test Preparation","http://olhs.cksd.wednet.edu/staff/library/ap_testing.htm",,,1
,"Career & Technical","http://olhs.cksd.wednet.edu/staff/counseling/career.htm",,,1
,"Clubs","http://olhs.cksd.wednet.edu/clubs.htm",,,1
,"Conduct Codes","show-menu=Codes",,"",1
,"Culminating Project","http://olhs.cksd.wednet.edu/staff/culmproj",,,1
,"Counseling Center","http://olhs.cksd.wednet.edu/staff/counseling/index.htm",,,1
,"Library","http://olhs.cksd.wednet.edu/staff/library/Default.htm",,,1
,"Trojan Scholars","http://olhs.cksd.wednet.edu/clubs/Trojan_Scholars/default.htm",,,1
,"Student Handbook","http://olhs.cksd.wednet.edu/downloads/Student%20Planner%2009-10%20_6-23_x.pdf",,,1
])

	addmenu(menu=["SSC",
	,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Counseling Center Home","http://olhs.cksd.wednet.edu/staff/counseling/index.htm",,,1
	,"Scholarship Bulletin","http://olhs.cksd.wednet.edu/staff/counseling/OHS%202010%20SCHOLARSHIP%20BULLETIN.pdf",,,1
	,"Career Center","http://olhs.cksd.wednet.edu/staff/counseling/career.htm",,,1
	,"College Planning","http://olhs.cksd.wednet.edu/staff/counseling/colleg_planning.htm",,,1
	,"Course Catalog","http://olhs.cksd.wednet.edu/staff/counseling/OHS%2009-10%20Course%20Catalog.pdf",,,1
	,"Running Start","http://www.olympic.edu/students/studentservices/runningstart",,,1
	,"Counseling Center Staff","http://olhs.cksd.wednet.edu/staff/counseling/counselors.htm",,,1
	])

addmenu(menu=["ParentResource",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Academic Reports","show-menu=Reports",,"",1
,"CKSD Parent Resources","show-menu=CKParentResource",,"",1
,"CKSD Curriculum","http://www.cksd.wednet.edu/curriculum/index.htm",,,1
,"Culminating Project","http://olhs.cksd.wednet.edu/staff/culmproj",,,1
,"Gifted/ Highly Capable","http://olhs.cksd.wednet.edu/clubs/gifted/OHS_GATE_index.htm",,,1
,"Food Service","http://www.cksd.wednet.edu/foodservice/Default.htm",,,1
,"Health & Family Assistance","show-menu=FamilyAssistance",,"",1
,"Parent Groups","show-menu=ParentGroups",,"",1
,"Student Led Conferences","http://olhs.cksd.wednet.edu/Advisory/SLC.htm",,,1
,"Volunteers","http://www.cksd.wednet.edu/Community/volunteer.htm",,,1
])

addmenu(menu=["CKParentResource",
,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
,"PTA Information","http://www.cksd.wednet.edu/PTA/PTA.htm",,,1
,"Parent Safety Tips","http://www.cksd.wednet.edu/Parent/parent_safety_tips.htm",,,1
,"Parent Handbook","http://www.cksd.wednet.edu/curriculum/handbook.htm",,,1
])

addmenu(menu=["Sports",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Athletics","http://olhs.cksd.wednet.edu/staff/athletics/default.htm",,,1
,"Athletic Schedules","http://olhs.cksd.wednet.edu/staff/athletics/Schedules.htm",,"",1
])

	
addmenu(menu=["Forms",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,

,"Form 8 Restricted Info","http://olhs.cksd.wednet.edu/Model%20Notice%20FERPA.htm",,,1
,"Free & Reduced Lunch Program","http://www.cksd.wednet.edu/foodservice/pdf/FreeReducedApp.pdf",,,1
,"Fee Payment Form","http://olhs.cksd.wednet.edu/Fee%20Payment%20Form.pdf",,,1
,"Parking Permit","http://olhs.cksd.wednet.edu/Driving%20and%20parking%20guidelines.pdf",,,1
])	
			
		addmenu(menu=["Codes",
		,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Bus Code","http://www.cksd.wednet.edu/Transportation/Rules.htm",,,1
		,"Parking","http://olhs.cksd.wednet.edu/Driving%20and%20parking%20guidelines.pdf",,,1
		,"Rights & Responsibilities","http://www.cksd.wednet.edu/PDF/StuRightsResp.pdf",,,1
		])

	addmenu(menu=["ParentGroups",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Booster","http://olhs.cksd.wednet.edu/boosterclub.htm",,,1
	,"Senior Parents","http://olhs.cksd.wednet.edu/senior_parents/Olygradnightnewsletter.htm",,,1
	])

	addmenu(menu=["FamilyAssistance",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Community Resource","http://www.cksd.wednet.edu/Community/Index.htm",,,1
	,"OHS Counseling","http://olhs.cksd.wednet.edu/staff/counseling/index.htm",,,1
	,"CKSD Health Services","http://specialservices.cksd.wednet.edu/healthsrv/index.html",,,1
	])
	
		
	addmenu(menu=["Reports",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Annual School Report","show-menu=ASR",,"",1
	,"WASL","http://reportcard.ospi.k12.wa.us/summary.aspx?groupLevel=District&schoolId=1710&reportLevel=School&orgLinkId=1710&yrs=&year=2007-08",,,1
		])

		addmenu(menu=["ASR",
		,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"2001-02","http://www.cksd.wednet.edu/schools/OHS/PerformRep/PROHS2001.pdf",,,1		
		,"2002-03","http://www.cksd.wednet.edu/schools/OHS/PerformRep/PROHS2002.pdf",,,1		
		,"2003-04","http://www.cksd.wednet.edu/schools/OHS/PerformRep/PROHS2003.pdf",,,1		
		,"2004-05","http://www.cksd.wednet.edu/schools/OHS/PerformRep/PROHS2004.pdf",,,1
		,"2005-06","http://www.cksd.wednet.edu/schools/OHS/PerformRep/PROHS2005.pdf",,,1
		,"2006-07","http://www.cksd.wednet.edu/schools/OHS/PerformRep/PROHS2006.pdf",,,1		
		])			

		addmenu(menu=["Insurance",
		,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Baseball","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Baseball-Fastpitch%20Combined.pdf",,,1
		,"Boy's Basketball","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Basketball%20Combined.pdf",,,1
		,"Bowling","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Bowling%20%20Combined.pdf",,,1
		,"Cross Country","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Cross%20Country%20Combined.pdf",,,1
		,"Fast Pitch","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Baseball-Fastpitch%20Combined.pdf",,,1
		,"Football","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Football%20Combined.pdf",,,1
		,"Girl's Basketball","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Basketball%20Combined.pdf",,,1
		,"Golf","http://klss.cksd.wednet.edu/PDF/Forms/AthleticForms/GOLF.pdf",,,1
		,"Soccer","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Soccer%20Combined.pdf",,,1
		,"Swimming","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Swimming-Diving%20Combined.pdf",,,1
		,"Tennis","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Tennis%20Combined.pdf",,,1
		,"Track","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Track%20and%20Field%20%20Combined.pdf",,,1
		,"Volley Ball","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Volleyball%20Combined.pdf",,,1
		,"Wrestling","http://olhs.cksd.wednet.edu/staff/athletics/Insurance_Forms/Wrestling%20%20Combined.pdf",,,1
		])


	
		addmenu(menu=["Testing",
		,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"ACT","http://www.Actstudent.org",,,1
		,"SAT","http://www.collegeboard.com/testing",,,1
		])
		
addmenu(menu=["Schedules",
,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Regular & Thurs.Early Release", "http://olhs.cksd.wednet.edu/Bell%20Schedule.pdf",,,1
,"2 Hour Delay", "2hourlate.htm",,,1
,"2 Hour Delay Thursday","2hourlatethursday.htm",,,1
,"Transportation Bus Link","http://www.cksd.wednet.edu/BusSched/BusSched.htm",,,1
,"Athletics","http://olhs.cksd.wednet.edu/staff/athletics/Schedules.htm",,,1
])
		

dumpmenus()