/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#999999';			// Background color when mouse is not over
	var LowSubBgColor='#cccccc';			// Background color when mouse is not over on subs
	var HighBgColor='#cccccc';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='ffffff';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,times new roman"	// 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='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=.08;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=5;				// 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='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"

Menu1=new Array("Resources","/resources/resources.html","",0,25,55);
	
Menu2=new Array("Online Resources","/resources/database.html","",0,25,90);
		
Menu3=new Array("Resources by Subject","","",15,25,115);
	 Menu3_1=new Array("Arts & Literature","","",3,25,125);
	 	Menu3_1_1=new Array("Art","/resources/al_art.html","",0,25,125);
		Menu3_1_2=new Array("Literary Criticism","/resources/al_litcriticism.html","",0,25,125);
		Menu3_1_3=new Array("Literary Text","/resources/al_littexts.html","",0,25,125);
			
	 Menu3_2=new Array("Books & Reading","","",8,25,125);
	 	Menu3_2_1=new Array("Awards & Prizes","/resources/br_awards.html","",0,25,125);
		Menu3_2_2=new Array("Best Sellers","/resources/br_bestsellers.html","",0,25,125);
		Menu3_2_3=new Array("Books Online","/resources/br_booksonline.html","",0,25,125);
		Menu3_2_4=new Array("Genre & Specialty","/resources/br_genre.html","",0,25,125);
		Menu3_2_5=new Array("Online Book Groups","/resources/br_onlinegroups.html","",0,25,125);
		Menu3_2_6=new Array("Online Bookstores","/resources/br_onlinestores.html","",0,25,125);
		Menu3_2_7=new Array("Publishers' Info.","/resources/br_publishers.html","",0,25,125);
		Menu3_2_8=new Array("General Resources for Readers","/resources/br_readers.html","",0,30,125);
	 Menu3_3=new Array("Business & Finance","","",2,25,125);
	 	Menu3_3_1=new Array("Company Information","/resources/bf_companyinfo.html","",0,25,125);
		Menu3_3_2=new Array("Small Business","/resources/bf_smallbus.html","",0,25,125);
	 Menu3_4=new Array("Computers & Internet","","",5,25,125);
	 	Menu3_4_1=new Array("Buying","/resources/ic_buying.html","",0,25,125);
		Menu3_4_2=new Array("Games","/resources/ic_games.html","",0,25,125);
		Menu3_4_3=new Array("General","/resources/ic_general.html","",0,25,125);
		Menu3_4_4=new Array("Hardware","/resources/ic_hardware.html","",0,25,125);
		Menu3_4_5=new Array("Software","/resources/ic_software.html","",0,25,125);
		Menu3_5=new Array("Consumer Information","","",4,25,125);
	 	Menu3_5_1=new Array("Autos","/resources/ci_autocons.html","",0,25,125);
		Menu3_5_2=new Array("General","/resources/ci_generalcons.html","",0,25,125);
		Menu3_5_3=new Array("Insurance","/resources/ci_insurance.html","",0,25,125);
		Menu3_5_4=new Array("Real Estate","/resources/ci_realestate.html","",0,25,125);
	 Menu3_6=new Array("Education & Careers","","",5,25,125);
	 	Menu3_6_1=new Array("Career Guidance","/resources/ec_careerguide.html","",0,25,125);
		Menu3_6_2=new Array("College Guide","/resources/ec_collegeguide.html","",0,25,125);
		Menu3_6_3=new Array("Financial Aid","/resources/ec_financialaid.html","",0,25,125);
		Menu3_6_4=new Array("Local Education","/resources/ec_localed.html","",0,25,125);
		Menu3_6_5=new Array("Local Employment Guide","/resources/ec_localemployment.html","",0,25,125);
	 Menu3_7=new Array("Genealogy","/resources/g_genealogy.html","",0,25,125);
	 Menu3_8=new Array("Geography & Travel","","",6,25,125);
	 	Menu3_8_1=new Array("Commuting","/resources/gt_commuting.html","",0,25,125);
		Menu3_8_2=new Array("Geography","/resources/gt_geography.html","",0,25,125);
		Menu3_8_3=new Array("Maps","/resources/gt_maps.html","",0,25,125);
		Menu3_8_4=new Array("Tickets","/resources/gt_tickets.html","",0,25,125);
		Menu3_8_5=new Array("Travel Guides","/resources/gt_travelguides.html","",0,25,125);
		Menu3_8_6=new Array("Traveler's Information","/resources/gt_travelerinfo.html","",0,25,125);
	 Menu3_9=new Array("Health & Medicine","","",7,25,125);
	 	Menu3_9_1=new Array("Diet & Nutrition","/resources/hm_diet.html","",0,25,125);
		Menu3_9_2=new Array("Fitness","/resources/hm_fitness.html","",0,25,125);
		Menu3_9_3=new Array("General Information","/resources/hm_healthgeninfo.html","",0,25,125);
		Menu3_9_4=new Array("Healthy Aging","/resources/hm_seniors.html","",0,25,125);
		Menu3_9_5=new Array("Local Health Organizations","/resources/hm_localhealth.html","",0,35,125);
		Menu3_9_6=new Array("Mental Health","/resources/hm_mental.html","",0,25,125);
		Menu3_9_7=new Array("Prescription Drugs","/resources/hm_rxdrugs.html","",0,25,125);
	 Menu3_10=new Array("History","","",2,25,125);
	 	Menu3_10_1=new Array("Local, U.S., World","/resources/h_regions.html","",0,25,125);
		Menu3_10_2=new Array("People/Biographies","/resources/h_people.html","",0,25,125);
	 Menu3_11=new Array("Home & Family","","",5,25,125);
	 	Menu3_11_1=new Array("Cooking","/resources/hf_cooking.html","",0,25,125);
		Menu3_11_2=new Array("Gardening","/resources/hf_gardening.html","",0,25,125);
		Menu3_11_3=new Array("Home Improvement","/resources/hf_homeimprovement.html","",0,25,125);
		Menu3_11_4=new Array("Parenting","/resources/hf_parenting.html","",0,25,125);
		Menu3_11_5=new Array("Senior Interests","/resources/hf_seniorint.html","",0,25,125);
	 Menu3_12=new Array("Law & Government","","",3,25,125);
	 	Menu3_12_1=new Array("Government","/resources/lg_govt.html","",0,25,125);
		Menu3_12_2=new Array("Law","/resources/lg_law.html","",0,25,125);
		Menu3_12_3=new Array("Taxes & Forms","/resources/lg_taxes.html","",0,25,125);	
	 Menu3_13=new Array("Local Information","","",4,25,125);
	 	Menu3_13_1=new Array("Education","/resources/ec_localed.html","",0,25,125);
		Menu3_13_2=new Array("Employment","/resources/ec_localemployment.html","",0,25,125);
		Menu3_13_3=new Array("Health & Medicine","/resources/hm_localhealth.html","",0,25,125);
		Menu3_13_4=new Array("History","/resources/speccoll.html","",0,25,125);
     Menu3_14=new Array("Science & Technology","/resources/s_science.html","",0,25,125);
	 Menu3_15=new Array("Sports & Entertainment","","",3,25,125);
	 	Menu3_15_1=new Array("Performing Arts","/resources/se_perfarts.html","",0,25,125);
		Menu3_15_2=new Array("Sports","/resources/se_sports.html","",0,25,125);
		Menu3_15_3=new Array("Television","/resources/se_tv.html","",0,25,125);
 		
Menu4=new Array("General Ref. Works","","",7,25,105);	
	Menu4_1=new Array("Almanacs","/resources/gr_almanacs.html","",0,25,125);
	Menu4_2=new Array("Atlases","/resources/gr_atlases.html","",0,25,125);
	Menu4_3=new Array("Biographies","/resources/gr_biographies.html","",0,25,125);
	Menu4_4=new Array("Dictionaries","/resources/gr_dictionaries.html","",0,25,125);
	Menu4_5=new Array("Encyclopedias","/resources/gr_encyclopedias.html","",0,25,125);
	Menu4_6=new Array("Quotations","/resources/gr_quotations.html","",0,25,125);
	Menu4_7=new Array("Statistics","/resources/gr_statistics.html","",0,25,125);
	
	
Menu5=new Array("Magazines & Articles","/resources/onlinemagazines.html","",0,25,105);
		
Menu6=new Array("Internet Services","/resources/webservices.html","",0,25,90);

Menu7=new Array("Other Libraries","/resources/otherlib.html","",0,25,75);
	
	
