

	var NoOffFirstLineMenus=7;		// Number of first level items
	var LowBgColor='#B5D5BD';		// Background color when mouse is not over
	var LowSubBgColor='#B5D5BD';	// Background color when mouse is not over on subs
	var HighBgColor='#B5D5BD';		// Background color when mouse is over
	var HighSubBgColor='#0a6847';	// Background color when mouse is over on subs
	var FontLowColor='black';		// Font color when mouse is not over
	var FontSubLowColor='black';	// Font color subs when mouse is not over
	var FontHighColor='black';		// Font color when mouse is over
	var FontSubHighColor='white';	// Font color subs when mouse is over
	var BorderColor='#285151';		// Border color
	var BorderSubColor='#285151';		// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"			// 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='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=.02;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.02;	// vertical overlap child/ parent
	var StartTop=280				// Menu offset x coordinate
	var StartLeft=15;				// 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=1;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// 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=['arrow_dn.gif',9,11,'arrow_dn.gif',9,11,'arrow.gif',11,9];	// 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://www.marmuseum.ca","",0,20,80);
		
		
Menu2=new Array("Visit","","",4,20,90);
	Menu2_1=new Array("Marine Museum of the Great Lakes","http://www.marmuseum.ca/mmuseum.html","",0,20,240);
	Menu2_2=new Array("The Museum Ship Alexander Henry","http://www.marmuseum.ca/alexhenry.html","",0);
	Menu2_3=new Array("Museum Services","http://www.marmuseum.ca/programs.html","",0);
	Menu2_4=new Array("Dockside Gift Shop","http://www.marmuseum.ca/shop.html","",0);
		
Menu3=new Array("Get Involved","","",2,20,135);
	Menu3_1=new Array("Membership","http://www.marmuseum.ca/Files%202009/membership.htm","",0,20,130);
	Menu3_2=new Array("Volunteers","http://www.marmuseum.ca/volunteer_information.html","",0);
	
Menu4=new Array("Research","","",9,20,110);
	Menu4_1=new Array("About the Collections","http://www.marmuseum.ca/research.html","",0,20,200);
	Menu4_2=new Array("Gordon C. Shaw Study Centre","http://www.marmuseum.ca/shawstudy.html","",0);
	Menu4_3=new Array("Collections Catalogues","http://www.marmuseum.ca/collectionscatalogue.html","",0);
	Menu4_4=new Array("Ship Lists & Finding Aids","http://www.marmuseum.ca/collectionscatalogue.html#lists","",0);
	Menu4_5=new Array("Library Hours","http://www.marmuseum.ca/hours.html","",0);
	Menu4_6=new Array("Fee Schedule","http://www.marmuseum.ca/fee_schedule.html","",0,20,0);
	Menu4_7=new Array("MarHst-L","http://www.marmuseum.ca/marhst.html","",0);
	Menu4_8=new Array("Cdn Nautical Research Society","http://www.marmuseum.ca/cnrs/Index.htm","",0);
	Menu4_9=new Array("International Links","http://www.marmuseum.ca/www.html","",0);

Menu5=new Array("Education & Training","","",3,20,146);
	Menu5_1=new Array("Education Programs","http://www.marmuseum.ca/educatorsrevised.html","",0,20,200);
	Menu5_2=new Array("Program Fees","http://www.marmuseum.ca/edufees.html#edufees","",0);
	Menu5_3=new Array("Kingston Power Squadron","http://kingston.cps-ecp.org","",0);	
	
Menu6=new Array("Contact Us","","",2,20,110);
	Menu6_1=new Array("The People Involved","http://www.marmuseum.ca/People Involved.html","",0,20,200);
	Menu6_2=new Array("Contact Us","mailto:marmus@marmuseum.ca?subject=Website","",0,20,110);	

Menu7=new Array("Donate","","",2,20,110);
	Menu7_1=new Array("Donate","http://www.canadahelps.org/CharityProfilePage.aspx?CharityID=d23404","",0,20,200);
	Menu7_2=new Array("Information for Donors","http://www.marmuseum.ca/Donor Info.html","",0,20,200);

	
