	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#132e5b';			// Background color when mouse is not over
	var LowSubBgColor='#b6dab6';		// Background color when mouse is not over on subs
	var HighBgColor='#b6dab6';			// Background color when mouse is over
	var HighSubBgColor='#faf1d2';		// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='#132e5b';		// Font color subs when mouse is not over
	var FontHighColor='#132e5b';		// Font color when mouse is over
	var FontSubHighColor='#132e5b';		// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0 (between subs)
	var FontFamily="Times New Roman, Times, serif"	// Font family menu items
	var FontSize=12;					// Font size menu items
	var FontBold=1;						// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='center';		// 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=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;		// vertical overlap child/ parent
	var StartTop=0;						// 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=0;					// Left padding
	var TopPaddng=6;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='MenuPos';			// 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"
//  For rollover images using absolute URLs, do not include "http:", start with "//"

Menu1=new Array("Programs","http://www.oslibrary.info/programs.html","",5,33,119);
	Menu1_1=new Array("Kids","http://www.oslibrary.info/programs/kids.html","",0,30,119);
	Menu1_2=new Array("Teens","http://www.oslibrary.info/programs/teens.html","",0);
	Menu1_3=new Array("Adults","http://www.oslibrary.info/programs/adults.html","",0);
	Menu1_4=new Array("Displays","http://www.oslibrary.info/programs/library-displays.html","",0);
	Menu1_5=new Array("Reviews","http://www.oslibrary.info/programs/writing-reviews.html","",0);
//	Menu1_6=new Array("Videos","http://www.oslibrary.info/programs/videos.html","",0);

Menu2=new Array("Services","http://www.oslibrary.info/services.html","",9,33,119);
	Menu2_1=new Array("Online Services","http://www.oslibrary.info/services/online-services.html","",0,30,215);
	Menu2_2=new Array("Washington Anytime Library","http://www.oslibrary.info/services/overdrive-overview.html","",0);
	Menu2_3=new Array("Meeting Room","http://www.oslibrary.info/services/meeting-room.html","",0);
	Menu2_4=new Array("Borrow from Another Library","http://www.oslibrary.info/services/borrow-from-another-library.html","",0);
	Menu2_5=new Array("Calendar","http://www.oslibrary.info/services/calendar.html","",0);
	Menu2_6=new Array("Library Cards","http://www.oslibrary.info/services/library-cards.html","",0);
	Menu2_7=new Array("Internet/Wireless","http://www.oslibrary.info/services/internet-wireless.html","",0);
//	Menu2_7=new Array("Genealogy","http://www.oslibrary.info/services/genealogy.html","",0,33,119);
	Menu2_8=new Array("Tax Information","http://www.oslibrary.info/services/tax-information.html","",0);
	Menu2_9=new Array("Art in the Library","http://www.oslibrary.info/services/art-in-the-library.html","",0);

Menu3=new Array("Support","http://www.oslibrary.info/support.html","",3,33,119);
	Menu3_1=new Array("Donate","http://www.oslibrary.info/support/donate.html","",0,30,160);
	Menu3_2=new Array("Volunteer","http://www.oslibrary.info/support/volunteer.html","",0);
	Menu3_3=new Array("Friends of the Library","http://www.oslibrary.info/support/friends-of-the-library.html","",0);

Menu4=new Array("About Us","http://www.oslibrary.info/about-us.html","",6,33,119);
	Menu4_1=new Array("Directions","http://www.oslibrary.info/about-us/directions.html","",0,30,119);
	Menu4_2=new Array("History","http://www.oslibrary.info/about-us/history.html","",0);
	Menu4_3=new Array("Staff","http://www.oslibrary.info/about-us/staff.html","",0);
	Menu4_4=new Array("Library Board","http://www.oslibrary.info/about-us/library-board.html","",0);
	Menu4_5=new Array("Library Policies","http://www.oslibrary.info/about-us/library-policies.html","",0);
	Menu4_6=new Array("News", "http://www.oslibrary.info/about-us/news.html", "",0);	

Menu5=new Array("Contact Us","http://www.oslibrary.info/contact-us.html","",0,33,119);

