/***********************************************************************************
*	(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=16;			// Number of first level items
	var LowBgColor='#3F6093';			// Background color when mouse is not over
	var LowSubBgColor='3F6093';			// Background color when mouse is not over on subs
	var HighBgColor='#d957ad';			// Background color when mouse is over
	var HighSubBgColor='#d957ad';			// 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='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#9EAD1E';			// Border color
	var BorderSubColor='#9EAD1E';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana,Arial,Helvetica,sans serif"	// Font family menu items
	var FontSize=10;				// 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=.16;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=187;				// Menu offset x coordinate
	var StartLeft=7;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=2;				// 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=2000;			// 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=['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","../index.html","",0,20,170);

Menu2=new Array("Catalog","http://kitchicat.krls.org/","",0);

Menu3=new Array("e-Resources","http://kitchicat.krls.org/screens/resources_index.html","",21);
	Menu3_1=new Array("Online resources","http://kitchicat.krls.org/screens/resources_index.html","",0,20,250);
	Menu3_2=new Array("  -  Catalog","http://kitchicat.krls.org/","",0);	
	Menu3_3=new Array("  -  Internet Access","../resources/resources_internet.html","",0);
	Menu3_4=new Array("  -  Ancestry Library","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_5=new Array("  -  Auto Repair Reference Center","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_6=new Array("  -  HeritageQuest Online","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_7=new Array("  -  NetLibrary","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_8=new Array("  -  NoveList","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_9=new Array("  -  Small Engine Repair","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_10=new Array("  -  Value Line","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_11=new Array("  -  ArchiveGrid","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_12=new Array("  -  Britannica","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_13=new Array("  -  Camio","http://kitchicat.krls.org/screens/resources_index.html","",0);	
	Menu3_14=new Array("  -  Ebsco Databases","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_15=new Array("  -  Gale Group Database","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_16=new Array("  -  MnLINK ","http://kitchicat.krls.org/screens/mnlink.html","",0);
	Menu3_17=new Array("  -  My Health MN Go Local","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_18=new Array("  -  OCLC FirstSearch Databases","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_19=new Array("  -  OCLC WorldCat","http://kitchicat.krls.org/screens/resources_index.html","",0);
	Menu3_20=new Array("  -  Proquest","http://kitchicat.krls.org/screens/resources_index.html","",0);	
	Menu3_21=new Array("  -  Web Links","../web/links.html","",0);	
	
	
Menu4=new Array("About KRLS","../about_krls/about_krls.html","",8);
	Menu4_1=new Array("About KRLS","../about_krls/about_krls.html","",0,20,300);
	Menu4_2=new Array("Mission, Values & Vision","../about_krls/about_krls_mission.html","",0);	
	Menu4_3=new Array("Bylaws & Policies","../about_krls/about_krls_policies.html","",0);	
	Menu4_4=new Array("Headquarters","../about_krls/about_krls_hq.html","",0);	
	Menu4_5=new Array("KRLS Board Members","../about_krls/about_krls_board_members.html","",0);
	Menu4_6=new Array("  -  Meetings, Minutes & Agenda","../about_krls/about_krls_board_meetings_minutes_agenda.html","",0);
	Menu4_7=new Array("Annual Reports & Financial Statements","../about_krls/about_krls_annual_reports_&_financial_statements.html","",0);		
	Menu4_8=new Array("Special Collections","../about_krls/about_krls_special.html","",0);	

Menu5=new Array("Branch Libraries","../branches/branches.html","",12);
	Menu5_1=new Array("Branches","../branches/branches.html","",0,20,175);
	Menu5_2=new Array("Hours & Locations","../branches/hours.html","",0);
	Menu5_3=new Array("Bemidji Library","../branches/branch_bj.html","",0);
	Menu5_4=new Array("Blackduck Library","../branches/branch_bl.html","",0);
	Menu5_5=new Array("Brainerd Library","../branches/branch_br.html","",0);
	Menu5_6=new Array("Cass Lake Library","../branches/branch_cl.html","",0);
	Menu5_7=new Array("Longville Library","../branches/branch_lg.html","",0);
	Menu5_8=new Array("Mobile Library","../branches/branch_ml.html","",0);
	Menu5_9=new Array("Park Rapids Library","../branches/branch_pk.html","",0);
	Menu5_10=new Array("Pine River Library","../branches/branch_pr.html","",0);
	Menu5_11=new Array("Wadena Library","../branches/branch_wd.html","",0);
	Menu5_12=new Array("Walker Library","../branches/branch_wk.html","",0);

Menu6=new Array("Library Events","../events/events.html","",6);
	Menu6_1=new Array("Events","../events/events.html","",0,20,175);
	Menu6_2=new Array("Board Meetings","../events/events_board.html","",0);
	Menu6_3=new Array("Friends Meetings","../events/events_friends.html","",0);
	Menu6_4=new Array("Legacy Fund Events","../events/events_legacy.html","",0);
	Menu6_5=new Array("Special Events","../events/events_special.html","",0);
	Menu6_6=new Array("Story Time Hours","../events/events_story.html","",0);

Menu7=new Array("Borrower Services","../services/services.html","",12);
	Menu7_1=new Array("My Account","http://kitchicat.krls.org/patroninfo","",0,20,295);
	Menu7_2=new Array("How to Get a Library Card","../services/services_get_a_card.html","",0);
	Menu7_3=new Array("How to Get a PIN","../services/services_get_a_pin.html","",0);
	Menu7_4=new Array("Reserving Items Owned by KRLS","../services/services_owned_by_krls.html","",0);
	Menu7_5=new Array("Connect to MnLINK ","http://kitchicat.krls.org/screens/mnlink.html","",0);
	Menu7_6=new Array("Circulation/Loan Periods","../services/services_loan_periods.html","",0);
	Menu7_7=new Array("Returns & Overdues/Replacement Policy","../services/services_returns.html","",0);
	Menu7_8=new Array("Renew Items","../services/services_renew.html","",0);
	Menu7_9=new Array("Fees","../services/services_fees.html","",0);
	Menu7_10=new Array("Kids Services","../services/kids_services.html","",0);
	Menu7_11=new Array("Teen Services","../services/teen_services.html","",0);
	Menu7_12=new Array("55+ Services","../services/55+_services.html","",0);

Menu8=new Array("Kids Services","../services/kids_services.html","",0);		

Menu9=new Array("Teen Services","../services/teen_services.html","",0);

Menu10=new Array("55+ Services","../services/55+_services.html","",0);

Menu11=new Array("Other Resources","../resources/resources.html","",6);	
	Menu11_1=new Array("  -  Available Services","../resources/resources_avail_services.html","",0,20,250);
	Menu11_2=new Array("  -  Kits for Kids","../resources/resources_kits_for_kids.html","",0);
	Menu11_3=new Array("  -  Foundation Center Collection","../resources/resources_foundation_center.html","",0);
	Menu11_4=new Array("  -  Book Club in a Bag","../resources/resources_book_club_in_a_bag.html","",0);
	Menu11_5=new Array("  -  Special Collections","../about_krls/about_krls_special.html","",0);
	Menu11_6=new Array("  -  Recreational  Collections","../resources/resources_recreation.html","",0);		

Menu12=new Array("Support KRLS","../support_library/support.html","",3);
	Menu12_1=new Array("Support KRLS","../support_library/support.html","",0,20,155);
	Menu12_2=new Array("Friends","../support_library/support_friends.html","",0);
	Menu12_3=new Array("Volunteers","../support_library/support_volunteer.html","",0);

Menu13=new Array("Web Links","../web/links.html","",0);		

Menu14=new Array("Jobs at KRLS","../about_krls/about_krls_jobs.html","",0);
	
Menu15=new Array("Contact Us","../contact_us/contact_us.html","",4);
	Menu15_1=new Array("Feedback Form","../contact_us/contact_us_form_feedback.html","",0,20,323);
	Menu15_2=new Array("Suggest a Title for Purchase","http://kitchicat.krls.org/acquire","",0);
	Menu15_3=new Array("Web Page Suggestion Form","../contact_us/contact_us_form_web.html","",0);
	Menu15_4=new Array("Web Page Filtering Block Complaint Form","../contact_us/contact_us_form_filtering.html","",0);
	
Menu16=new Array("Site Map","../web/sitemap.html","",0);