	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#302778';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#FFD700';			// Background color when mouse is over
	var HighSubBgColor='#302778';			// Background color when mouse is over on subs
	var FontLowColor='white';			// 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='white';			// Border color
	var BorderSubColor='black';			// 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=8;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=130;				// Menu offset x coordinate
	var StartLeft=47;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// 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=800;			// 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=0;				// 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","",1,17,95);
 Menu1_1=new Array("Welcome to the Cruise Industry Association of B.C. Website.","index.html","",0,17,400);

Menu2=new Array("ABOUT CIABC","01ciabc/index.html","",3);
 Menu2_1=new Array("About CIABC","01ciabc/index.html","",1,17,160);
     Menu2_1_1=new Array("All about the CIABC including membership benefits, activities, mandate, board and much more.","","",0,34,400);
 Menu2_2=new Array("Directors","01ciabc/01directors.html","",1,17,160);
     Menu2_2_1=new Array("CIABC Board of Directors and Administration Contacts.","","",0,17,400);	
 Menu2_3=new Array("Join Us","01ciabc/01join.html","",1);
     Menu2_3_1=new Array("Members of the CIABC enjoy many benefits. We invite you to find out more...","","",0,34,400);	

Menu3=new Array("MEMBERSHIP","02members/index.html","",1);
 Menu3_1=new Array("CIABC Members","02members/index.html","",1,17,160);
     Menu3_1_1=new Array("Search the CIABC membership directory alphabetically or by sector...","","",0,17,400);

Menu4=new Array("SEATRADE","03seatrade/index.html","",3);
 Menu4_1=new Array("CIABC at Seatrade","03seatrade/index.html","",1,17,160);
      Menu4_1_1=new Array("CIABC is instrumental in providing many businesses the cost-effective opportunity to attend Seatrade...","","",0,34,400);
Menu4_2=new Array("2006 Review","03seatrade/032006review.html","",1);
     Menu4_2_1=new Array("2006 Seatrade provided a great opportunity to showcase services and products to key cruise line representatives...","","",0,34,400);	
 Menu4_3=new Array("2005 Review","03seatrade/032005review.html","",1);
     Menu4_3_1=new Array("CIABC's presence at the 2005 Seatrade Convention was our largest yet...","","",0,34,400);	

Menu5=new Array("EVENTS/NEWS","04events/index.html","",2);
 Menu5_1=new Array("Upcoming Events","04events/index.html","",1,17,160);
     Menu5_1_1=new Array("Throughout the year, CIABC hosts networking events that provide useful information relating to the cruise industry in British Columbia...","","",0,34,400);	
 Menu5_2=new Array("Past Events","04events/04past.html","",1);
     Menu5_2_1=new Array("CIABC events have featured key industry and government speakers as well as provided network and professional development opportunities...","","",0,50,400);	

Menu6=new Array("LINKS","05links.html","",1);
 Menu6_1=new Array("Industry Links","05links.html","",1,17,160);
      Menu6_1_1=new Array("Links to cruise industry associations, government agencies...","","",0,17,400);	

Menu7=new Array("SITE MAP","06sitemap.html","",1);
 Menu7_1=new Array("Site Map","06sitemap.html","",1,17,160);
     Menu7_1_1=new Array("Quick access to assist your navigation of the CIABC website...","","",0,17,400);	

Menu8=new Array("CONTACT","07contact.html","",1);
 Menu8_1=new Array("Contact Us","07contact.html","",1,17,160);
     Menu8_1_1=new Array("Ask a question, contact us, learn more about the CIABC...","","",0,17,400);