 /***********************************************
*	(c) Ger Versluis 2000 version 9.10 14 October 2002        *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=15;			// Number of main menu  items
							// Colorvariables:
							// Color variables take HTML predefined color names or "#rrggbb" strings
							//For transparency make colors and border color ""
	var LowBgColor="white";				// Background color when mouse is not over
	var HighBgColor="#C41E3A";				// Background color when mouse is over
	var FontLowColor="#333333";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#663333";			// Border color
	var BorderWidthMain=0;				// Border width main items
	var BorderWidthSub=1;				// Border width sub items
 	var BorderBtwnMain=0;				// Border between elements main items 1 or 0
	var BorderBtwnSub=1;				// Border between elements sub items 1 or 0
	var FontFamily="tahoma, arial, comic sans ms,technical,san serif";	// 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 can be: left, center, right, justify, leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";			// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=.015;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1500;			// delay before menu folds in
	var UnfoldDelay=250;				// delay before sub unfolds	
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame="";				// Frame where first level appears
	var SecLineFrame="";				// Frame where sub levels appear
	var DocTargetFrame="";				// Frame where target documents appear
	var TargetLoc="left_navigation";		// span id for relative positioning
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;					// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=1;				// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
							// The script precedes your relative links with BaseHref
							// For instance: 
							// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
							// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
							// Can also be used when you use images in the textfields of the menu
							// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
							// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"/images/menu/tri.gif",5,10,BaseHref+"/images/menu/tridown.gif",10,5,BaseHref+"/images/menu/trileft.gif",5,10,BaseHref+"/images/menu/triup.gif",10,5];

							// Arrow source, width and height.
							// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;				// MenuUsesFrames is only 0 when Main menu, submenus,
							// document targets and script are in the same frame.
							// In all other cases it must be 1

	var RememberStatus=0;				// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
							// When set to 2 only the relevant main item stays highligthed
							// The preset is done by setting a variable in the head section of the target document.
							// <head>
							//	<script type="text/javascript">var SetMenu="2_2_1";</script>
							// </head>
							// 2_2_1 represents the menu item Menu3_2_1=new Array(.......
	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

							
							// Below some pretty useless effects, since only IE6+ supports them
							// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
							// If you don't need MenuSlide just leave in the line var MenuSlide="";
							// delete the other MenuSlide statements
							// In general leave the MenuSlide you need in and delete the others.
							// Above is also valid for MenuShadow and MenuOpacity
							// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
							// You can add more filters by concanating the strings
	var BuildOnDemand=1;				// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.25, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.35, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="";
	var MenuShadow="";

	var MenuOpacity="";
	var MenuOpacity="";

//New Variables Added in v. 10; KH 12/26/03
	var HooverBold=0;
	var HooverItalic=0;
	var HooverUnderLine=0;
	var HooverTextSize=0;
	var HooverVariant=0;
	var BgImgLeftOffset=5;
	var ScaleMenu=0;
//End of New Variables

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Find Books & More","","",2,30,170,"","","","","","",-1,-1,-1,"","Find Books, CDs, DVDs, Videos, Magazine & Newspaper Articles at the White Plains Public Library");
	Menu1_1=new Array("White Plains Library Catalog","http://catalog.whiteplainslibrary.org/uhtbin/webcat","",0,22,300,"","","","","","",-1,-1,-1,"","White Plains Public Library Catalog of Books, DVDs, Videos, CDs and More");	
//	Menu1_2=new Array("Articles & Online Research","","",3,20,300,"","","","","","",12,1,-1,"","Find Magazine and Newspaper Articles Online");
//		Menu1_2_1=new Array("By Subject","/links/Databases/","",0,20,300,"","","","","","",12,1,-1,"","Find Articles By Subject");
//		Menu1_2_2=new Array("A-Z","/links/Databases/All_Databases/","",0,20,300,"","","","","","",12,1,-1,"","Alphabetical List of Databases");
//		Menu1_2_3=new Array("By Title of Magazine or Newspaper","/ejournals/index.shtml","",0,20,300,"","","","","","",12,1,-1,"","Alphabetical List of Magazines and Newspapers Available Online");
	Menu1_2=new Array("Westchester Public Libraries (WLS)","http://www.easywls.org/uhtbin/cgisirsi/x/x/0/49/","",0,20,200,"","","","","","",-1,-1,-1,"","Westchester Public Library System Catalog");
	
	
Menu2=new Array("Online Research","","",4,30,180,"","","","","","",-1,-1,-1,"","Online Research");
//		Menu2_1=new Array("Databases By Subject","/links/Databases/","",0,20,200,"","","","","","",-1,-1,-1,"","Subscription Databases By Subject");
		Menu2_1=new Array("All Databases A-Z","/links/Databases/All_Databases/","",0,20,200,"","","","","","",-1,-1,-1,"","Complete List of All Subscription Databases");
		Menu2_2=new Array("By Title of Magazine or Newspaper","/ejournals/index.shtml","",0,35,200,"","","","","","",-1,-1,-1,"","Subscription Databases By Journal Title");
		Menu2_3=new Array("Online Job Searching","http://www.wppl.lib.ny.us/collections/cbjn/jobsearching.shtml","",0,20,200,"","","","","","",-1,-1,-1,"","Subscription Databases By Journal Title");
		Menu2_4=new Array("Online Test Practice","http://www.wppl.lib.ny.us/links/jump.cgi?ID=590","",0,20,200,"","","","","","",-1,-1,-1,"","Subscription Databases By Journal Title");
//	Menu5_2=new Array("Recommended Web Links (Westchester Library System)","http://www.westchesterlibraries.org/node/7","",0,35,180,"","","","","","",-1,-1,-1,"","Recommended Web Links from the Westchester Library System");


Menu3=new Array("Check My Account","http://catalog.whiteplainslibrary.org/uhtbin/cgisirsi/0/0/0/29/54/X/1","",4,30,180,"","","","","","",-1,-1,-1,"","Check My Library Account");
	Menu3_1=new Array("Check My Account","http://catalog.whiteplainslibrary.org/uhtbin/cgisirsi/0/0/0/29/54/X/1","",0,20,220,"","","","","","",-1,-1,-1,"","Check My Library Account");
	Menu3_2=new Array("Renew My Materials","http://catalog.whiteplainslibrary.org/uhtbin/cgisirsi/0/0/0/29/56/X/3","",0,20,180,"","","","","","",-1,-1,-1,"","Renew My Materials Online");
	Menu3_3=new Array("Change My Address or E-Mail","http://catalog.whiteplainslibrary.org/uhtbin/cgisirsi/0/0/0/63/57/X","",0,20,180,"","","","","","",-1,-1,-1,"","Change My Address or E-Mail Address");
	Menu3_4=new Array("Receive E-Mail Notices","/borrowing/email.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Request E-Mail Notification");

Menu4=new Array("Borrowing","","",3,30,180,"","","","","","",-1,-1,-1,"","Borrowing From the Library");
	Menu4_1=new Array("Library Cards","/borrowing/cards.shtml","",0,20,220,"","","","","","",-1,-1,-1,"","Library Cards");
	Menu4_2=new Array("Borrowing Guidelines","/borrowing/guidelines.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Borrowing Guidelines and Loan Periods");
	Menu4_3=new Array("Check My Account","http://catalog.whiteplainslibrary.org/uhtbin/cgisirsi/0/0/0/29/54/X/1","",0,20,220,"","","","","","",-1,-1,-1,"","Check My Library Account");

Menu5=new Array("Ask a Librarian","","",3,30,180,"","","","","","",-1,-1,-1,"","Ask a Librarian");
	Menu5_1=new Array("Online Reference","/services/emailreference.shtml","",0,20,220,"","","","","","",-1,-1,-1,"","Online Reference Service");
	Menu5_2=new Array("Phone Numbers","/contact/index.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Public Services Phone Numbers and Contact Information");
	Menu5_3=new Array("Request an Item Not Owned by the Library","","",2,35,180,"","","","","","",-1,-1,-1,"","Request a Title Not Owned by the White Plains Public Library");
		Menu5_3_1=new Array("Borrow an Item From Another Library","http://catalog.whiteplainslibrary.org/uhtbin/cgisirsi/0/0/0/63/30191/X","",0,35,180,"","","","","","",-1,-1,-1,"","Borrow an Item From Another Library");
		Menu5_3_2=new Array("Suggest an Item For Library Purchase ","http://catalog.whiteplainslibrary.org/uhtbin/cgisirsi/0/0/0/63/105/X","",0,35,180,"","","","","","",-1,-1,-1,"","Suggest an Item For Library Purchase");

//Menu6=new Array("Collections & Services","","",10,30,180,"","","","","","",-1,-1,-1,"","Collections and Services Available at the Library");
//	Menu6_1=new Array("eBooks & eAudiobooks","http://digital.whiteplainslibrary.org","",0,20,220,"","","","","","",-1,-1,-1,"","Electronic Books & Digital Audiobooks");
//	Menu6_2=new Array("Center for Business, Jobs & Non-Profits","/collections/cbjn/index.shtml","",11,30,200,"","","","","","",-1,-1,-1,"","Center for Business, Jobs and Non-Profits");
//		Menu6_2_1=new Array("Business Plans","/collections/cbjn/businessplan.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Business Plans Information");
//		Menu6_2_2=new Array("Civil Service","/collections/cbjn/civilservice.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Civil Service Job Information");
//		Menu6_2_3=new Array("Company Research","/collections/cbjn/companyresearch.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Company Research");
//		Menu6_2_4=new Array("Consumer Information","/collections/cbjn/consumerinformation.pdf","",0,20,250,"","","","","","",-1,-1,-1,"","Civil Service Job Information");
//		Menu6_2_5=new Array("Grantseekers","/collections/cbjn/grantseekers.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Information for Grantseekers");
//		Menu6_2_6=new Array("Industry Information","/collections/cbjn/industryinformation.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Industry Information");
//		Menu6_2_7=new Array("Job Information","/collections/cbjn/job_info.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Job Information");
//		Menu6_2_8=new Array("Market Research","/collections/cbjn/marketresearch.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Market Research Information");
//		Menu6_2_9=new Array("Nonprofits","/collections/cbjn/nonprofit.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Information for Nonprofits");
//		Menu6_2_10=new Array("Online Job Research","/collections/cbjn/onlinejobsearch.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Online Job Research");
//		Menu6_2_11=new Array("Small Business","/collections/cbjn/smallbusiness.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Small Business Information");
//	Menu6_3=new Array("Foundation Center Cooperating Collection","/collections/foundationcenter.shtml","",0,30,100,"","","","","","",-1,-1,-1,"","Foundation Center Cooperating Collection");
//	Menu6_4=new Array("Local History","/collections/local_history/index.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","Local History Collection");
//	Menu6_5=new Array("Legal Research","/collections/legal_research/index.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","Legal Research Information");
//	Menu6_6=new Array("CyberSpot Technology Center","/cyberspot/about.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","CyberSpot Technology Center");
//	Menu6_7=new Array("Homebound Services","/services/homebound.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Services for Homebound");
//	Menu6_8=new Array("Meeting Rooms","/about/policies/meetingrooms.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Meeting Rooms");
//	Menu6_9=new Array("Wireless Internet","/wireless/index.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","High Speed Wireless Internet");
//	Menu6_10=new Array("Online Test Practice","/links/jump.cgi?ID=590","",0,20,100,"","","","","","",-1,-1,-1,"","Online Test Practice & Review");
//

Menu6=new Array("Collections & Services","","",12,30,180,"","","","","","",-1,-1,-1,"","Collections and Services Available at the Library");
	Menu6_1=new Array("Adult Learners & Literacy","http://www.wppl.lib.ny.us/instruction/literacy/narc.shtml","",0,20,220,"","","","","","",-1,-1,-1,"","Learners & Literacy");
	Menu6_2=new Array("Center for Business, Jobs & Non-Profits","/collections/cbjn/index.shtml","",6,30,250,"","","","","","",-1,-1,-1,"","Center for Business, Jobs and Non-Profits");
		Menu6_2_1=new Array("Business","","",3,20,180,"","","","","","",-1,-1,-1,"","Business");
			  Menu6_2_1_1=new Array("Business Plans","/collections/cbjn/businessplan.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Business Plans Information");
			  Menu6_2_1_2=new Array("Market Research","/collections/cbjn/marketresearch.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Market Research Information");
			  Menu6_2_1_3=new Array("Small Business","/collections/cbjn/smallbusiness.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Small Business Information");
		Menu6_2_2=new Array("Company Research","/collections/cbjn/companyresearch.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Company Research");
		Menu6_2_3=new Array("Grants Research","","",2,20,180,"","","","","","",-1,-1,-1,"","Grants Research");
			  Menu6_2_3_1=new Array("Foundation Center","/collections/foundationcenter.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Business Plans Information");
			  Menu6_2_3_2=new Array("Grantseekers","/collections/cbjn/grantseekers.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Civil Service Job Information");
		Menu6_2_4=new Array("Industry Information","/collections/cbjn/industryinformation.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Industry Information");
		Menu6_2_5=new Array("Jobs","","",4,20,180,"","","","","","",-1,-1,-1,"","Jobs");	
			  Menu6_2_5_1=new Array("Civil Service Jobs","/collections/cbjn/civilservice.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Civil Service Job Information");
			  Menu6_2_5_2=new Array("Job Information","/collections/cbjn/job_info.shtml","",0,20,200,"","","","","","",-1,-1,-1,"","Job Information");
			  Menu6_2_5_3=new Array("Online Job searching","/collections/cbjn/jobsearching.shtml","",0,20,200,"","","","","","",-1,-1,-1,"","Online Job Research");
			  Menu6_2_5_4=new Array("Online Test Practice","/links/jump.cgi?ID=590","",0,20,100,"","","","","","",-1,-1,-1,"","Online Test Practice & Review");
		Menu6_2_6=new Array("Nonprofits","/collections/cbjn/nonprofit.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Information for Nonprofits");	
	Menu6_3=new Array("Consumer Information","/collections/cbjn/consumerinformation.pdf","",0,20,100,"","","","","","",-1,-1,-1,"","Foundation Center Cooperating Collection");
	Menu6_4=new Array("eBooks & eAudiobooks","http://digital.whiteplainslibrary.org","",0,20,220,"","","","","","",-1,-1,-1,"","Electronic Books & Digital Audiobooks");
	Menu6_5=new Array("Grants Research","","",2,20,100,"","","","","","",-1,-1,-1,"","Grants Research");
		Menu6_5_1=new Array("Foundation Center","/collections/foundationcenter.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Business Plans Information");
		Menu6_5_2=new Array("Grantseekers","/collections/cbjn/grantseekers.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","Civil Service Job Information");
	Menu6_6=new Array("Legal Research","/collections/legal_research/index.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","Legal Research Information");
	Menu6_7=new Array("Local History","/collections/local_history/index.shtml","",0,20,280,"","","","","","",-1,-1,-1,"","Local History Collection");
	Menu6_8=new Array("Online Test Practice","/links/jump.cgi?ID=590","",0,20,100,"","","","","","",-1,-1,-1,"","Online Test Practice & Review");
	Menu6_9=new Array("CyberSpot Technology Center","/cyberspot/about.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","CyberSpot Technology Center");
	Menu6_10=new Array("Wireless Internet","/wireless/index.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","High Speed Wireless Internet");
	Menu6_11=new Array("Homebound Services","/services/homebound.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Services for Homebound");
	Menu6_12=new Array("Meeting Rooms","/about/policies/meetingrooms.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Meeting Rooms");

Menu7=new Array("Instruction & Classes","","",3,30,180,"","","","","","",-1,-1,-1,"","Instruction and Classes");
	Menu7_1=new Array("Computer Classes at the Library","http://calendar.whiteplainslibrary.org/eventsxml.asp?dm=rss2&nd=180&et=Adult+Computer+Class&feedtitle=Adult+Computer+Class+at+the+White+Plains+Public+Library&type=js","",0,20,290,"","","","","","",-1,-1,-1,"","Internet and Computer Skills");
	Menu7_2=new Array("Literacy & English as a Second Language","/instruction/literacy/narc.shtml","",0,20,200,"","","","","","",-1,-1,-1,"","Literacy and English as a Second Language");
		Menu7_2_1=new Array("New Americans Resource Center","/instruction/literacy/narc.shtml","",0,20,250,"","","","","","",-1,-1,-1,"","New Americans Resource Center");
		Menu7_2_2=new Array("Literacy Volunteers of Westchester","/instruction/literacy/lvwc.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Literacy Volunteers of Westchester");
	Menu7_3=new Array("Online Test Practice","/links/jump.cgi?ID=590","",0,20,100,"","","","","","",-1,-1,-1,"","Online Test Practice");

Menu8=new Array("The Trove for Children","http://www.thetrove.org/","",0,30,180,"","","","","","",-1,-1,-1,"","The Trove for Children");
//	Menu7_1=new Array("For Kids","http://thetrove.org/children.shtml","",0,20,220,"","","","","","",-1,-1,-1,"","The Trove services for children");
//	Menu7_2=new Array("For Families","http://thetrove.org/parents.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","The Trove service for families");
//	Menu7_3=new Array("For Teachers","http://thetrove.org/teachers.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","CyberKids Technology Center");
//	Menu7_4=new Array("Programs & Events","http://thetrove.org/programs.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Programs for Children");
//	Menu7_5=new Array("Computers & Technology","http://thetrove.org/technology.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","CyberKids & CyberTots Technology Center");
//	Menu7_6=new Array("Suggested Reading Lists","http://thetrove.org/readinglists/index.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Recommended Books for Children");
//	Menu7_7=new Array("En Español","http://thetrove.org/espanol/","",0,20,100,"","","","","","",-1,-1,-1,"","En Espanol");
//	Menu7_8=new Array("Links to Other Web Sites","http://thetrove.org/links/index.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Recommended Web Sites for Children");

Menu9=new Array("Teen411","","",4,30,180,"","","","","","",-1,-1,-1,"","Teen411");
	Menu9_1=new Array("Teen411 Home","http://www.teen411.org","",0,20,220,"","","","","","",-1,-1,-1,"","Teen411 Homepage");
	Menu9_2=new Array("Summer Reading","http://www.teen411.org/index.php/freestyle/coolstuff/","",0,20,100,"","","","","","",-1,-1,-1,"","The Best Books, Movies, Music and Websites for Teens");
	Menu9_3=new Array("Study Help","http://www.teen411.org/index.php/freestyle/studyhelp/","",0,20,180,"","","","","","",-1,-1,-1,"","Get Help Finding The Info You Need");
	Menu9_4=new Array("Live Homework Help","/links/jump.cgi?ID=409","",0,20,100,"","","","","","",-1,-1,-1,"","Live Homework Help");

Menu10=new Array("News, Events, Exhibits","","",8,30,180,"","","","","","",-1,-1,-1,"","News and Events");
	Menu10_1=new Array("Adult Newsletter","/newsletter/newsletter-current.shtml","",0,20,220,"","","","","","",-1,-1,-1,"","Adult Newsletter");
	Menu10_2=new Array("Children's Newsletter","http://www.thetrove.org/newsletter/index.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Children's Newsletter");
	Menu10_3=new Array("Library Calendar","http://calendar.whiteplainslibrary.org/","",0,20,100,"","","","","","",-1,-1,-1,"","Adult Calendar Events and Programs");
	Menu10_4=new Array("Children's Calendar","http://calendar.whiteplainslibrary.org/eventcalendar.asp?ag=Children%2C+Families%2C+Parents%2C+Birth+to+24+mo%2E%2C+Ages+1+%2D+2%2C+Ages+2+%2D+3%2C+Ages+3+%2D+4%2C+Ages+4+%2D+5%2C+Kindergartners%2C+Grades+1+%2D+2%2C+Grades+2+%2D+3%2C+Grades+3+%2D+4%2C+Grades+4+%2D+5%2C+Grades+5+%2D+6%2C+School+Age+%28Grades+1+%2D+6%29&et=&dt=mo&df=calendar&cn=0&private=0&ln=0","",0,20,100,"","","","","","",-1,-1,-1,"","Children's Events and Programs");
	Menu10_5=new Array("On Display","","",1,20,100,"","","","","","",-1,-1,-1,"","Exhibits and Displays");
//		Menu10_5_1=new Array("On the Library Plaza","/ondisplay/sculpturegarden/index.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","On Display in the Museum Gallery");
		Menu10_5_1=new Array("In the Museum Gallery","/ondisplay/gallery.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","On Display in the Museum Gallery");
//		Menu10_5_3=new Array("In the Adult Alcove","/ondisplay/adultalcove.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","On Display in the Adult Alcove");
	Menu10_6=new Array("Press Releases","/press/index.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Library Press Releases & Announcements");
	Menu10_7=new Array("Past News & Events","/newsletter/past-news.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Past News and Events");
	Menu10_8=new Array("E-Mail Event Notification","http://calendar.whiteplainslibrary.org/notify.asp","",0,20,100,"","","","","","",-1,-1,-1,"","Sign Up for E-Mail Notification of Upcoming Programs and Events");
	
Menu11=new Array("Hours & Location","","",2,30,180,"","","","","","",-1,-1,-1,"","Hours & Location");
	Menu11_1=new Array("Hours","/about/hours.shtml","",0,20,220,"","","","","","",-1,-1,-1,"","Hours");
	Menu11_2=new Array("Location, Directions & Parking","/about/directions.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Location, Travel Directions and Parking Information");

//Menu11=new Array("Borrowing","","",3,30,180,"","","","","","",-1,-1,-1,"","Borrowing From the Library");
//	Menu11_1=new Array("Library Cards","/borrowing/cards.shtml","",0,20,220,"","","","","","",-1,-1,-1,"","Library Cards");
//	Menu11_2=new Array("Borrowing Guidelines","/borrowing/guidelines.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Borrowing Guidelines and Loan Periods");
//	Menu11_3=new Array("Check My Account","http://catalog.whiteplainslibrary.org/uhtbin/cgisirsi/0/0/0/29/54/X/1","",0,20,220,"","","","","","",-1,-1,-1,"","Check My Library Account");

Menu12=new Array("About Us","","",5,30,180,"","","","","","",-1,-1,-1,"","About the Library");
	Menu12_1=new Array("Library Board of Trustees","","",4,20,220,"","","","","","",-1,-1,-1,"","Library Board of Trustees");
		Menu12_1_1=new Array("List of Board Members","/about/trustees/trustees.shtml","",0,20,200,"","","","","","",-1,-1,-1,"","List of Board Members");
		Menu12_1_2=new Array("Meeting Schedule","/about/trustees/meetings.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Schedule of Library Board Meetings");
		Menu12_1_3=new Array("Board Minutes","/about/trustees/minutes.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Minutes of Library Board Meetings");
		Menu12_1_4=new Array("By-Laws","/about/trustees/bylaws20080320.pdf","",0,20,100,"","","","","","",-1,-1,-1,"","By Laws");
	Menu12_2=new Array("Policies","","",11,20,200,"","","","","","",-1,-1,-1,"","Library Policies");
		Menu12_2_1=new Array("Americans with Disabilities Act","/about/policies/ada.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Americans with Disabilities Act");
		Menu12_2_2=new Array("Code of Conduct","/about/policies/codeofconduct.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Library Code of Conduct");		
		Menu12_2_3=new Array("Collection Development","/about/policies/collectiondevelopment.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Collection Development Policy");
		Menu12_2_4=new Array("Computer & Internet Use","/about/policies/computeruse.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Computer & Internet Public Use Policy");
		Menu12_2_5=new Array("Confidentiality","/about/policies/confidentiality.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Confidentiality Policy");
		Menu12_2_6=new Array("Exhibits & Displays","/about/policies/exhibits.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Exhibit & Display Policy");
		Menu12_2_7=new Array("Gifts & Donations","/about/policies/gifts.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Gifts & Donations Policy");
		Menu12_2_8=new Array("Library Plaza","/about/policies/plaza.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Future Development of the Library Plaza");
		Menu12_2_9=new Array("Meeting Rooms","/about/policies/meetingrooms.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Meeting Room Use Policy");
		Menu12_2_10=new Array("Reconsideration of Materials","/about/policies/reconsideration.shtml","",0,35,100,"","","","","","",-1,-1,-1,"","Reconsideration of Library Materials");
		Menu12_2_11=new Array("Trustee Recruitment","/about/policies/trusteerecruitment.shtml","",0,20,100,"","","","","","",-1,-1,-1,"","Recruitment of Library Board of Trustees");
	Menu12_3=new Array("History","/about/history.shtml","",0,20,200,"","","","","","",-1,-1,-1,"","History of the White Plains Public Library");
	Menu12_4=new Array("Long Range Plan","/about/longrangeplan.shtml","",0,20,200,"","","","","","",-1,-1,-1,"","The White Plains Public Library Long Range Plan");
	Menu12_5=new Array("Mission Statement","/about/missionstatement.shtml","",0,20,200,"","","","","","",-1,-1,-1,"","The White Plains Public Library Mission Statement");
				
Menu13=new Array("Support the Library","/","",3,30,180,"","","","","","",-1,-1,-1,"","Support the Library");
	Menu13_1=new Array("The White Plains Library Foundation","/support/foundation/index.shtml","",0,35,220,"","","","","","",-1,-1,-1,"","The White Plains Library Foundation");
	Menu13_2=new Array("Friends of the Library","/support/friends.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Friends of the White Plains Public Library");
	Menu13_3=new Array("Donations","/about/policies/gifts.shtml","",0,20,180,"","","","","","",-1,-1,-1,"","Guidelines for Gifts & Donations");

Menu14=new Array("Contact Us","/contact/index.shtml","",0,30,180,"","","","","","",-1,-1,-1,"","Contact Information");

Menu15=new Array("En Español","/espanol/index.shtml","",0,30,180,"","","","","","",-1,-1,-1,"","Información En Espanol");
