/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=23;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='#003399';			// Font color when mouse is not over
	var FontSubLowColor='#003399';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#003399';			// Border color
	var BorderSubColor='#003399';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=63;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',0,0,'images/tridown.gif',0,0,'images/trileft.gif',0,0];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("EPJ Cloud","https://cloud.epj.k12.sd.us/","",0,20,110);

Menu2=new Array("Activities","","",20);
	Menu2_1=new Array("Academic Competition","activities/hs_academic_comp.htm","",0,20,120);	
	Menu2_2=new Array("Arts","activities/11.12-Activities/11.12-hs_arts.htm","",0);
	Menu2_3=new Array("Basketball--Boys","activities/11.12-Activities/11.12-hs_boys_bb.htm","",0);
	Menu2_4=new Array("Basketball--Girls","activities/11.12-Activities/11.12-hs_girls_bb.htm","",0);
	Menu2_5=new Array("Cross Country","activities/11.12-Activities/11.12-hs_cross_country.htm","",0);
	Menu2_6=new Array("Football","activities/11.12-Activities/11.12-hs_football.htm","",0);
	Menu2_7=new Array("Golf — Boy's","activities/11.12-Activities/11.12-golf_boys.htm","",0);
	Menu2_8=new Array("Golf — Girl's","activities/11.12-Activities/11.12-Golf_Girls.htm","",0);
	Menu2_9=new Array("7/8 Sports","","",6);
		Menu2_9_1=new Array("Basketball--Boys","activities/11.12-Activities/11.12-jh_bbb.htm","",0,20,110);
		Menu2_9_2=new Array("Basketball--Girls","activities/11.12-Activities/11.12-jh_gbb.htm","",0);
		Menu2_9_3=new Array("Football","activities/11.12-Activities/11.12-jh_football.htm","",0);
		Menu2_9_4=new Array("Track","activities/11.12-Activities/11.12-jh_track.htm","",0);
		Menu2_9_5=new Array("Volleyball","activities/11.12-Activities/11.12-jh_volleyball.htm","",0);
		Menu2_9_6=new Array("Wrestling","activities/11.12-Activities/11.12-jh_wrestling.htm","",0);
	Menu2_10=new Array("Music (Band & Vocal)","activities/11.12-Activities/11.12-hs_band_vocal.htm","",0);
	Menu2_11=new Array("National Honor Society","activities/natl_honor_society.htm","",0);
	Menu2_12=new Array("Track & Field","activities/11.12-Activities/11.12-hs_track.htm","",0);
	Menu2_13=new Array("Volleyball","activities/11.12-Activities/11.12-hs_volleyball.htm","",0);
	Menu2_14=new Array("Wrestling","activities/11.12-Activities/11.12-hs_wrestling.htm","",0);
        Menu2_15=new Array("Youth Wrestling","http://www.iw.net/~hweavill/elk_point_little_huskies.htm","",0);
	Menu2_16=new Array("Activities Handbook","activities/11.12-Activities/HANDBOOK.Activities.11.12.pdf","",0);
	Menu2_17=new Array("EPJ Booster Club","http://epjboosters.web.officelive.com/","",0)
	Menu2_18=new Array("EPJ Music Boosters Club","http://elkpoint-jeffersonmusicboosters.club.officelive.com/","",0)
	Menu2_19=new Array("SDHSAA SITE","http://www.sdhsaa.com/","",0);
 	Menu2_20=new Array("Physical Form","activities/10.11-Activities/Physical_Form.pdf","",0);

Menu3=new Array("Alumni","alumni/index.htm","",0,20,110);


Menu4=new Array("Assignments Page","https://cloud.epj.k12.sd.us/webPages/Container.jsp?url=welcome.jsp","",0,20,110);


Menu5=new Array("Board of Education","BoardOfEducation/Index.htm","",0,20,110);
	
		

Menu6=new Array("Calendars","","",4);
	Menu6_1=new Array("2011-12 Activities","calendars/11-12-calendars/2011-2012 Activity Calendar.pdf","",0,20,110);
	Menu6_2=new Array("2011-12 Calendar","calendars/11-12-Calendars/2011-2012_Calendar_Days.pdf","",0);
	Menu6_3=new Array("2011-12 School Days","calendars/11-12-calendars/2011-2012 Calendar.pdf","",0);
	Menu6_4=new Array("2011-12 Detailed Calendar","https://cloud.epj.k12.sd.us/community/calendar.jsp?calendarName=EPJ District Calendar","",0);
	
Menu7=new Array("Community Info.","blank.htm","",8);
	Menu7_1=new Array("Announcements","http://www.epj.k12.sd.us/community/comm-announcements.htm","",0,20,120);
	Menu7_2=new Array("Century in Review","http://www.epj.k12.sd.us/Century_in_Review/Default.htm","",0);
	Menu7_3=new Array("City of Elk Point","http://www.elkpoint.org/","",0);
	Menu7_4=new Array("EPJ Booster Club","http://epjboosters.web.officelive.com/","",0)
	Menu7_5=new Array("EPJ Music Boosters Club","http://elkpoint-jeffersonmusicboosters.club.officelive.com/","",0)
	Menu7_6=new Array("Leader-Courier & Times","http://www.leadercourier-times.com/","",0);
	Menu7_7=new Array("Postcards from Past","http://www.epj.k12.sd.us/PostCards/post~index.htm","",0);
	Menu7_8=new Array("School Brochure","epjbrochure.pdf","",0);

Menu8=new Array("Educational Info.","","",4);
	Menu8_1=new Array("Assoc.School Boards","http://www.asbsd.org","",0,20,120);
	Menu8_2=new Array("SD Dept. of Education","http://doe.sd.gov/","",0);
	Menu8_3=new Array("SD Ed Web","http://sdedweb.state.sd.us/index_old.htm","",0);
	Menu8_4=new Array("SD State Legislature","http://legis.state.sd.us/sessions/2011/index.aspx","",0);

Menu9=new Array("Employment Opportunities","http://www.epj.k12.sd.us/employment/index.htm","",0,20,110);

Menu10=new Array("Guidance Dept.","http://www.epj.k12.sd.us/guidance/index.htm","",0,20,110);

Menu11=new Array("Library","http://www.epj.k12.sd.us/Library-Web/Default.htm","",0,20,110);

Menu12=new Array("Lunch Menu","","",4);
	Menu12_1=new Array("January","menus/January Menu.pdf","",0,20,110);
	Menu12_2=new Array("February","menus/February Menu.pdf","",0);
	Menu12_3=new Array("Prices","menus/menu_prices.htm","",0);
	Menu12_4=new Array("Free/Reduced Appl","menus/Free_Reduced_Applications.pdf","",0);
	

Menu13=new Array("MealTime","http://www.mymealtime.com","",0,20,110);

Menu14=new Array("Public Notices","","",7);
	Menu14_1=new Array("NCLB Website","http://doe.sd.gov/NCLB/reports/2011/reportcard/2011district61007.pdf","",0,20,110);
	Menu14_2=new Array("EPJ NCLB Reports","NCLB/NCLB_Report_index.htm","",0);
        Menu14_3=new Array("Asbestos Response Act","NCLB/Asbestos Response Act.pdf","",0);
        Menu14_4=new Array("CHIP/Medicaid Program","NCLB/CHIP.Medicaid.pdf","",0);
        Menu14_5=new Array("FERPA","NCLB/FERPA.pdf","",0);
        Menu14_6=new Array("Non-Discrimination Act","NCLB/Non-Discrimination Statement.pdf","",0);
        Menu14_7=new Array("Protection of Pupil Rights","NCLB/PPRA.pdf","",0);

Menu15=new Array("Parent Portal","https://sis2.ddncampus.net/campus/elk_point_jefferson.jsp","",0,20,110);


Menu16=new Array("Accelerated Reader","","",2);
	Menu16_1=new Array("Book Finder","http://www.arbookfind.com","",0,20,110);
	Menu16_2=new Array("Renaissance Place","https://hosted237.renlearn.com/742239/","",0,20,110);
	
	
	
Menu17=new Array("School Info.","","",13);
	Menu17_1=new Array("Curr Guide 2012-13","guidance/CurriculumGuide-2012.pdf","",0,20,110);		
	Menu17_2=new Array("District Data Profile","http://www.epj.k12.sd.us/WhatsNew/2007-08/Elk_Point-Jefferson_School_Profile.PDF","",0);
	Menu17_3=new Array("GPS Grant Project","http://www.epj.k12.sd.us/gps_grant/default.htm","",0);
	Menu17_4=new Array("H.S. Schedule","misc/HS_2011-12Final_Schedule.pdf","",0);
	Menu17_5=new Array("M.S. Schedule","misc/MS.11.12.schedule.pdf","",0);
	Menu17_6=new Array("Newsletter","newsletter/newsletter.htm","",0);
	Menu17_7=new Array("Regional TTLs","","",2);
		Menu17_7_1=new Array("Summer 2001","http://www.epj.k12.sd.us/TTL/TTL_Index.htm","",0,20,110);
		Menu17_7_2=new Array("Summer 2003","GPS/index.htm","",0);
	Menu17_8=new Array("School Brochure","epjbrochure.pdf","",0);
	Menu17_9=new Array("Student Handbook","","",3);
		Menu17_9_1=new Array("Elementary","handbook/district-wide_policies.htm","",0,20,110);
		Menu17_9_2=new Array("Middle School","handbook/StudentHandbookMS.pdf","",0);
		Menu17_9_3=new Array("High School","handbook/HS_Handbook_2012.pdf","",0);
	Menu17_10=new Array("School Song","school_song.htm","",0);
	Menu17_11=new Array("School Tour-Photos","","",3);
		Menu17_11_1=new Array("Athletic Complex","school_tour/Athletic_complex_pics.htm","",0,20,110);
		Menu17_11_2=new Array("Elem. / Middle School","school_tour/M.S._Elem_pics.htm","",0);
		Menu17_11_3=new Array("EPJ Building","school_tour/School_Campus_pics.htm","",0);
	Menu17_12=new Array("School Tour-Videos","","",4);
		Menu17_12_1=new Array("Athletic Complex","school_tour/epj_video_tour_athletic.htm","",0,20,110);
		Menu17_12_2=new Array("Elem. / Middle School","school_tour/epj_video_tour_el-ms.htm","",0);
		Menu17_12_3=new Array("High School","school_tour/epj_video_tour_hs.htm","",0);
		Menu17_12_4=new Array("Library","school_tour/epj_video_tour_lib.htm","",0);
        Menu17_13=new Array("Annual Notification Policies","handbook/2011-2012 Annual Notification Policies.pdf","",0);

Menu18=new Array("School Photos","Photographs/2010-11/Index.htm","",0,20,110);
	
Menu19=new Array("Staff","","",6);
	Menu19_1=new Array("Administration","staff_listing/admin_staff.htm","",0,20,110);	
	Menu19_2=new Array("Advisors / Coaches","staff_listing/advisors_staff.htm","",0);
	Menu19_3=new Array("Grades K-6","staff_listing/elem_staff.htm","",0);
	Menu19_4=new Array("Grades 7-12","staff_listing/ms-hs_staff.htm","",0);
	Menu19_5=new Array("Special Services","staff_listing/special_staff.htm","",0);
	Menu19_6=new Array("Support Staff","staff_listing/support_staff.htm","",0);
	
Menu20=new Array("Technology Dept.","","",10);
	Menu20_1=new Array("Curriculum Mapping","http://elkpointjefferson.sd.techpaths.com","",0,20,110);	
	Menu20_2=new Array("Cyber-Safety","Technology/Cyber-Safety_index.htm","",0);
	Menu20_3=new Array("Newsletter Articles","Technology/newsletter_articles.htm","",0);	
	Menu20_4=new Array("OdysseyWare","http://epjsd.owotw.com","",0);
	Menu20_5=new Array("Service Request","Technology/technology_service_request.htm","",0);
	Menu20_6=new Array("Sioux City Journal","http://eedition.siouxcityjournal.com","",0);
	Menu20_7=new Array("Snowcap Notification","Snowcap.htm","",0);
	Menu20_8=new Array("Tablet Policy","Technology/Epj-Laptop-Policy.pdf","",0);
	Menu20_9=new Array("Think Central","http://www-k6.thinkcentral.com/ePC/start.do","",0);
	Menu20_10=new Array("Write to Learn","Technology/Write_To_Learn/index.htm","",0);

Menu21=new Array("The Husky","The Husky Newspaper/The Husky Newspaper08.09.htm","",0)
	Menu21_1=new Array("Ask Jeeves","http://www.ask.com/","",0,20,110);	
	Menu21_2=new Array("Dogpile","http://www.dogpile.com/info.dogpl/","",0);
	Menu21_3=new Array("Google","http://www.google.com/","",0);
	Menu21_4=new Array("History Channel","http://historychannel.com/","",0);
	Menu21_5=new Array("Library of Congress","http://www.loc.gov/","",0);
	Menu21_6=new Array("TechWeb","http://www.techweb.com/","",0);
	Menu21_7=new Array("Yahoo","http://www.yahoo.com/","",0);
	Menu21_8=new Array("Yahooligans","http://www.yahooligans.com/","",0);

Menu22=new Array("Weather Info.","http://www.crh.noaa.gov/ifps/MapClick.php?CityName=Elk+Point&state=SD&site=FSD","",0,20,110);


Menu23=new Array("WebMail","http://webmail.k12.sd.us/","",0,20,110);
