
/***********************************************************************************
*	(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=10;			// Number of first level items
	var LowBgColor='#666666';			// #005A00 Background color when mouse is not over
	var LowSubBgColor='#666666';			// #005A00 Background color when mouse is not over on subs
	var HighBgColor='#FFFFFF';			// #FFFF00 Background color when mouse is over
	var HighSubBgColor='#FFFFFF';			// #FFFF00 Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#666666';			// #005a00 Font color when mouse is over
	var FontSubHighColor='#666666';			// #005a00Font color subs when mouse is over
	var BorderColor='#666666';			//#005A00 Border color
	var BorderSubColor='#666666';			// #005A00 Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// 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=0;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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='menu';				// 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=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// 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("Home","http://www.newlondon.org","",0,20,30);

Menu2=new Array("Administration","","",6,20,80);
	Menu2_1=new Array("Superintendent of Schools","http://www.newlondon.org/html/co/Superintendent/index.htm","",0,20,140);
		Menu2_1_1=new Array("Welcome to NLPS","http://www.newlondon.org/html/co/Superintendent/index.htm","",0,20,290);
		Menu2_1_2=new Array("District Wide Policies","http://www.newlondon.org/html/boe/policy/pol-1.htm","",0);
		Menu2_1_3=new Array("CT Association of Urban Superintendents (CAUS)","http://www.newlondon.org/html/drclouet/CAUS.htm","",0);
		Menu2_1_4=new Array("New London Education Fund","http://www.newlondon.org/html/co/NLEF/nlef.htm","",0);
		Menu2_1_5=new Array("2008-2009 Calendar 9-12","http://www.newlondon.org/html/co/calendar/0809-6-12.pdf","",0);
		Menu2_1_6=new Array("2008-2009 Calendar PreK-5","http://www.newlondon.org/html/co/calendar/0809PreK-5.pdf","",0);
	Menu2_2=new Array("Assistant Superintendent","http://www.newlondon.org/html/co/AS.htm","",0);
		Menu2_2_1=new Array("Curriculum","http://www.newlondon.org/html/co/curriculum.htm","",0,20,190);
		Menu2_2_2=new Array("Grants","http://www.newlondon.org/html/co/Grants/2007-2008GRANTSOFFICE.htm","",0);
		Menu2_2_3=new Array("Elementary Student Registration","http://www.newlondon.org/html/co/welcomeC.swf","",0);
		Menu2_2_4=new Array("SDE on CMT","http://www.csde.state.ct.us/public/cedar/assessment/index.htm","",0);
		Menu2_2_5=new Array("Partnership In Literacy ","http://www.nifl.gov/partnershipforreading/","",0);
	Menu2_3=new Array("Curriculum Instruction etc.","http://www.newlondon.org/html/co/CURRICULUMNEW.htm","",0);
	Menu2_4=new Array("Bilingual Education","http://www.newlondon.org/html/co/bilingual.htm","",0);
	Menu2_5=new Array("Special Education","http://www.newlondon.org/html/co/specialed_blk.htm","",0);
	Menu2_6=new Array("Human Resources","http://www.newlondon.org/html/co/HR/index.htm","",0);
		Menu2_5_1=new Array("General Information","http://www.newlondon.org/html/co/HR/index.htm","",0,20,180);
		Menu2_5_2=new Array("Employment Opportunities","http://www.newlondon.org/html/co/HR/Vacancies.htm","",0);
		Menu2_5_3=new Array("Job Descriptions","http://www.newlondon.org/html/co/jobdescriptions/jobdesclist.htm","",0);
	Menu2_7=new Array("Bus Conduct","http://www.newlondon.org/html/co/Forms/documents/StudentConductonSchoolBusesRev3-25-93.pdf","",0);

Menu3=new Array("Schools","","",4,20,50);
  Menu3_1=new Array("High","","",2,20,95);
	Menu3_1_1=new Array("New London High","http://www.newlondon.org/html/nlhs/index.htm","",0,20,130);	     
	Menu3_1_2=new Array("Science and Tech Magnet","http://www.nlstmhs.org/","",0,20,130);
  Menu3_2=new Array("Middle","","",2,20,140);
    Menu3_2_1=new Array("Bennie Dover Jackson","http://www.newlondon.org/html/bdjms/index.htm","",0,20,140);
	Menu3_2_2=new Array("Dual Language Arts Academy","http://www.languageandartsacademy.org","",0,20,130);
  Menu3_3=new Array("Elementary","","",6,20,110);
    Menu3_3_1=new Array("Harbor","http://www.newlondon.org/html/harbor/index.htm","",0,20,110);
	Menu3_3_2=new Array("Jennings","http://www.newlondon.org/html/jennings/index.htm","",0,20,110);
	Menu3_3_3=new Array("Nathan Hale","http://www.newlondon.org/html/nathanhale/index.htm","",0,20,110);
	Menu3_3_4=new Array("Winthrop","http://www.newlondon.org/html/winthrop/index.htm","",0,20,110);
	Menu3_3_5=new Array("Shoreline Academy","http://www.newlondon.org/html/ShorelineAcademy/index.htm","",0,20,110);
	Menu3_3_6=new Array("Friendship School","http://www.thefriendshipschool.org/","",0,20,110);
  Menu3_4=new Array("Adult Education","http://www.newlondon.org/html/adulted/index.htm","",0,20,150);


Menu4=new Array("Student Programs","","",7,20,95);
	Menu4_1=new Array("Martial Arts Club","http://www.newlondonmartialarts.com","",0,20,200);
	Menu4_2=new Array("Environmental","","",3,20,295);
	  Menu4_2_1=new Array("Environmental Educators Coalition","http://www.newlondon.org/html/BEEP/EEC.htm","",0,20,260);
	  Menu4_2_2=new Array("Bates Woods Environmental Education Program (BEEP)","http://www.newlondon.org/html/BEEP/index.htm","",0,20,160);
	  Menu4_2_3=new Array("3R's Reduce, Reuse, Recycle","http://www.newlondon.org/html/L&S/rrr.htm","",0,20,160);
	Menu4_3=new Array("School Enrichment Model Initiative (SEMI)","http://www.newlondon.org/html/G&T/2009-2010/index.htm","",0,20,260);
	Menu4_4=new Array("Community Based Learning","http://www.newlondon.org/html/L&S/index.htm","",0,20,140);
	Menu4_5=new Array("Service Learning","http://www.newlondon.org/html/L&S/index.htm","",0,20,110);
	Menu4_6=new Array("CareLot Program","http://www.newlondon.org/html/co/CARELOTPROGRAM.htm","",0,20,140);
	Menu4_7=new Array("AVID","http://www.newlondon.org/html/AVID/index.htm","",0,20,140);

Menu5=new Array("For Teachers","","",4,20,90);
	Menu5_1=new Array("Useful Teacher Links","http://www.newlondon.org/html/misc/faculty_resources.htm","",0,20,140);
	Menu5_2=new Array("SDE Links","http://www.sde.ct.gov/sde/taxonomy/ct_taxonomy.asp?DLN=45423&sdeNav=|45423|","",0);
	Menu5_3=new Array("TEAM Program","http://www.sde.ct.gov/sde/cwp/view.asp?a=2607&Q=319186&sdePNavCtr=|#45440","",0);
	Menu5_4=new Array("Teaching & Learning Center","http://www.newlondon.org/html/teacher/TLC.htm","",0);

Menu6=new Array("For Students","","",11,20,90);
	Menu6_1=new Array("Kids Page Kool Links","http://www.newlondon.org/html/student/student_profile.htm","",0,20,140);
	Menu6_2=new Array("Homework Help","http://www.newlondon.org/html/student/homework_help.htm","",0);
	Menu6_3=new Array("Student of the Month"," http://www.newlondon.org/css/STUDENTOFTHEMONTH.htm","",0);
	Menu6_4=new Array("Career Links","http://www.newlondon.org/html/student/careers.htm","",0);
	Menu6_5=new Array("ICONN",
"http://rqst-agent.auto-graphics.com/homepages/customerwide/iConnLogin.asp?cuid=rqst&cusrvr=minerva&lid=&dataid=&class=&barcode=","",0,20,180);
	Menu6_6=new Array("New London Public Library","http://http://www.plnl.org//","",0);
	Menu6_7=new Array("High School Card Catalog","http://nlfollett.newlondon.org:7195/webopac/main?siteid=HS","",0);
	Menu6_8=new Array("CMT 4th Grade Math Prep","http://www.cmtreview.com/","",0);
	Menu6_9=new Array("Power School Students","https://powerschool.newlondon.org/public/","",0);
	Menu6_10=new Array("Bus Conduct","http://www.newlondon.org/html/co/Forms/documents/StudentConductonSchoolBusesRev3-25-93.pdf","",0);
	Menu6_11=new Array("Internet","","",2,20,120);
	  Menu6_11_1=new Array("Internet Protection","http://www.fcc.gov/cgb/consumerfacts/cipa.html","",0,20,120);
	  Menu6_11_2=new Array("Safe Internet","http://www.ou.edu/oupd/kidsafe/start.htm","",0,20,120);

Menu7=new Array("For Parents","","",7,20,95);
	Menu7_1=new Array("Nutrition Programs","http://www.newlondon.org/html/Parent/nutrition/index.htm","",0,20,120);
	Menu7_2=new Array("2.1.1. Help Line","http://www.211infoline.org/","",0);
	Menu7_3=new Array("Health Programs","http://www.vnasc.org/","",0);
	Menu7_4=new Array("Power School Students","https://powerschool.newlondon.org/public/","",0);
	Menu7_5=new Array("Bus Conduct","http://www.newlondon.org/html/co/Forms/documents/StudentConductonSchoolBusesRev3-25-93.pdf","",0);
	Menu7_6=new Array("Internet Protection","http://www.fcc.gov/cgb/consumerfacts/cipa.html","",0);
	Menu7_7=new Array("CMT Reports","http://solutions1.emetric.net/cmtpublic/Default.aspx","",0);

Menu8=new Array("Board of Education","","",1,20,110);
	Menu8_1=new Array("General Information","http://www.newlondon.org/html/boe/index.htm","",0,20,120);
	
Menu9=new Array("Community","","",4,20,75);
	Menu9_1=new Array("Adult & Continuing Education","http://www.newlondon.org/html/adulted/index.htm","",0,20,150);
	Menu9_2=new Array("Alumni","http://www.newlondon.org/html/ALUMNI/index.htm","",0);
	Menu9_3=new Array("Transcript Requests","http://www.newlondon.org/html/ALUMNI/transcripts.htm","",0);
	Menu9_4=new Array("Community Links","http://www.newlondon.org/html/misc/community.htm","",0);
	Menu9_5=new Array("Photo Gallery of New London","http://www.newlondon.org/html/City/CityOfNewLondon.htm","",0);

Menu10=new Array("Pre-K","","",2,20,60);
	Menu10_1=new Array("Welcome to Pre-K","http://www.newlondon.org/html/pre-k/index.htm","",0,20,100);
    Menu10_2=new Array("Community Links","http://www.newlondon.org/html/misc/community.htm","",0,20,100);
	
Menu11=new Array("","","",0,20,75);
	Menu11_1=new Array("TBD","http://www.newlondon.org","",0,20,100);
    Menu11_2=new Array("TBD","http://www.newlondon.org","",0,20,100);