/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='#0066CC';			// Background color when mouse is not over
	var LowSubBgColor='#0066CC';			// Background color when mouse is not over on subs
	var HighBgColor='#0D86FF';			// Background color when mouse is over
	var HighSubBgColor='#0D86FF';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#000099';			// Border color
	var BorderSubColor='#000099';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=9;				// 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=170;				// Menu offset x coordinate
	var StartLeft=11;				// 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=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=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='';				// 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=1;				// 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://healthcarelibrary.org.uk/index.html","",0,30,150);
				
Menu2=new Array("About Us","","",6,30,130);
	Menu2_1=new Array("Opening Times","http://healthcarelibrary.org.uk/about_us/opening_times.html","",0,20,150);
	Menu2_2=new Array("Contact Information","http://healthcarelibrary.org.uk/about_us/contact_info.html",0);
	Menu2_3=new Array("Map & Directions","http://healthcarelibrary.org.uk/about_us/maps_and_directions.html",0);
	Menu2_4=new Array("Library Charter","http://healthcarelibrary.org.uk/about_us/Library_charter.pdf",0);
	Menu2_5=new Array("Library Policies","http://healthcarelibrary.org.uk/about_us/library_policies.html",0);
	Menu2_6=new Array("Annual Survey","http://healthcarelibrary.org.uk/about_us/user_survey_2007_results.pdf","",0);

Menu3=new Array("Library Services","","",11,30,150);
	Menu3_1=new Array("Membership","http://healthcarelibrary.org.uk/library_services/membership.html","",0,20,170);
	Menu3_2=new Array("Borrowing","http://healthcarelibrary.org.uk/library_services/borrowing.html","",0);
	Menu3_3=new Array("Photocopying","http://healthcarelibrary.org.uk/library_services/photocopy.html","",0);
	Menu3_4=new Array("Inter-Library Loans","http://healthcarelibrary.org.uk/library_services/inter_lib_loans.html","",0);
	Menu3_5=new Array("Electronic Resources","http://healthcarelibrary.org.uk/library_services/elec_resources.html","",0);	
	Menu3_6=new Array("Computer Access","http://healthcarelibrary.org.uk/library_services/computer_access.html","",0);	
	Menu3_7=new Array("Outreach Services","http://healthcarelibrary.org.uk/library_services/outreach.html","",0,20,200);
	Menu3_8=new Array("Out of Hours Access","http://healthcarelibrary.org.uk/library_services/ooh_access.html","",0);	
	Menu3_9=new Array("Literature Searching","http://healthcarelibrary.org.uk/library_services/lit_searching.html","",0);
	Menu3_10=new Array("Current Awareness","http://healthcarelibrary.org.uk/library_services/current_awareness.html","",0);
	Menu3_11=new Array("Map of Library","http://healthcarelibrary.org.uk/library_services/map_library.html","",0);

Menu4=new Array("Catalogues","","",2,30,130);
	Menu4_1=new Array("SWIMS","http://healthcarelibrary.org.uk/libcatalogues/swims.html","",0,20,150);
	Menu4_2=new Array("Other Catalogues","http://healthcarelibrary.org.uk/libcatalogues/other_cat.html",0);
	
Menu5=new Array("Electronic Resources","","",4,30,150);
	Menu5_1=new Array("Databases","http://healthcarelibrary.org.uk/electronic_resources/databases.html","",0,20,170);
	Menu5_2=new Array("Journals","http://journals.library.nhs.uk","",0);
	Menu5_3=new Array("ebooks","http://auth.athensams.net/?ath_returl=%22http%3A%2F%2Fwww%2Emyilibrary%2Ecom%2FMyiLibrary%2FAthensLogin%2Easp%22&ath_dspid=MYILIBRARY","",0,20,170);
	Menu5_4=new Array("Athens Registration","https://register.athensams.net/nhs/","",0);
	
Menu6=new Array("Specialist Resources","","",11,30,150);
	Menu6_1=new Array("Resources by Subject","http://www.library.nhs.uk/SpecialistLibraries/","",0,20,150);
	Menu6_2=new Array("Evidence-based Resources","http://healthcarelibrary.org.uk/specialist_resources/evidence_resources.html","",0,30,150);		
	Menu6_3=new Array("Guidelines Finder","http://libraries.nelh.nhs.uk/guidelinesFinder/","",0,20,200);
	Menu6_4=new Array("Clinical Audit","http://healthcarelibrary.org.uk/specialist_resources/clinical_audit.html","",0,20,150);
	Menu6_5=new Array("Research and Development","http://healthcarelibrary.org.uk/specialist_resources/research_and_dev.html","",0,30,150);
	Menu6_6=new Array("Public Health","http://healthcarelibrary.org.uk/specialist_resources/public_health.html","",0,20,150);
	Menu6_7=new Array("Patient Information","http://healthcarelibrary.org.uk/specialist_resources/patient_info.html","",0,20,150);
	Menu6_8=new Array("Infection Control","http://healthcarelibrary.org.uk/specialist_resources/infection_control.html","",0,20,150);
	Menu6_9=new Array("Mentorship","http://healthcarelibrary.org.uk/specialist_resources/mentorship.html","",0,20,150);
	Menu6_10=new Array("NVQ Resources","http://healthcarelibrary.org.uk/specialist_resources/nvq_resources.html","",0,20,150);
	Menu6_11=new Array("Management Resources","http://healthcarelibrary.org.uk/specialist_resources/management_res.html","",0,30,150);

Menu7=new Array("Training and Library Guides","","",4,35,150);
	Menu7_1=new Array("Library Guides","http://healthcarelibrary.org.uk/library_training_guides/library_guides.html","",0,20,170);
	Menu7_2=new Array("Databases Guide","http://healthcarelibrary.org.uk/library_training_guides/dbase_guides.html","",0);
	Menu7_3=new Array("Interactive Learning","http://healthcarelibrary.org.uk/library_training_guides/interactive_guides.html","",0);
	Menu7_4=new Array("Library Training Sessions","http://healthcarelibrary.org.uk/library_training_guides/library_train_sessions.html","",0,30);

Menu8=new Array("Contact the Library","","",4,30,60);
	Menu8_1=new Array("Request a Book","http://healthcarelibrary.org.uk/forms/book.html","",0,20,170);
	Menu8_2=new Array("Request a Search","http://healthcarelibrary.org.uk/forms/literature.html","",0);
	Menu8_3=new Array("Request a Photocopy","http://healthcarelibrary.org.uk/forms/photocopyform.html","",0,20,170);
	Menu8_4=new Array("Contact Us","mailto:library@bnhft.nhs.uk","",0);
