

	var NoOffFirstLineMenus=7;			
	var LowBgColor='#EBEBEB';			// default background colour of main menu
	var LowSubBgColor='#EBEBEB';		// default background colours of submenu
	var HighBgColor='#EBEBEB';		// mouseover background colour of main menu
	var HighSubBgColor='#EBEBEB';		// mouseover background colour of submenu
	var FontLowColor='#003366';			// default font colour of main menu
	var FontSubLowColor='#003366';		// default font colour of submenu
	var FontHighColor='#999999';			// mouseover font colour of main menu
	var FontSubHighColor='#999999';		// mouseover font colour of submenu
	var BorderColor='#999999';			
	var BorderSubColor='#999999';			
	var BorderWidth=0;				
	var BorderBtwnElmnts=0;			// cell dividers 1=yes or 0=no
	var FontFamily="Arial, Helvetica, sans-serif"	
	var FontSize=9;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='left';			// choices 'left', 'center' or 'right'
	var MenuCentered='left';			// horizontal choices 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// vertical choices 'top', 'middle','bottom' or 'static'
	var ChildOverlap=.2;			
	var ChildVerticalOverlap=.2;			
	var StartTop=2;				// aka x coordinate
	var StartLeft=0;				// aka 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;			// 1=horizontal, 0=vertical
	var MenuFramesVertical=2;			// 1=columns, 2=rows
	var DissapearDelay=500;			// menu disappear in milliseconds
	var TakeOverBgColor=1;			// menu frame takes over background colour 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;				
	var MenuWrap=1;				
	var RightToLeft=0;				// 1=right to left unfold, 0=left to right
	var UnfoldsOnClick=0;			// 1=unfolds onclick, 0=unfolds on onmouseover
	var WebMasterCheck=0;			
	var ShowArrow=0;				
	var KeepHilite=1;				
	var Arrws=['images/right.gif',5,10,'images/down.gif',10,5,'images/left.gif',5,10];	// 'source', width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}



//MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//rollover images change "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:images/1_home.jpg:images/2_home.jpg","http://www.wealthco.ca/index.php","",0,20,115);

Menu2=new Array("rollover:images/1_profile.jpg:images/2_profile.jpg","http://www.wealthco.ca/wealthco_profile.php","",0,20,110);

Menu3=new Array("rollover:images/1_team.jpg:images/2_team.jpg","http://www.wealthco.ca/our_team.php","",0,20,75);
	
Menu4=new Array("rollover:images/1_services.jpg:images/2_services.jpg","http://www.wealthco.ca/services.php","",0,20,75);

Menu5=new Array("rollover:images/1_locations.jpg:images/2_locations.jpg","http://www.wealthco.ca/contact_us.php","",0,20,110);

Menu6=new Array("rollover:images/1_refcentre.jpg:images/2_refcentre.jpg","","",3,20,185);
	Menu6_1=new Array("Client Education Material","http://www.wealthco.ca/client_education_material.php","",0,20,170);
	Menu6_2=new Array("Tax Topics","http://www.wealthco.ca/tax_topics.php","",0,20,170);
	Menu6_3=new Array("Financial Calculators","http://www.wealthco.ca/financial_calculators.php","",0,20,170);

Menu7=new Array("rollover:images/1_rescentre.jpg:images/2_rescentre.jpg","","",3,20,110);
	Menu7_1=new Array("Financial Resource Information You Should Know About","http://www.wealthco.ca/financial_solutions.php","",0,37,180);
	Menu7_2=new Array("Past Newsletters","http://www.wealthco.ca/newsletters.php","",0,20,180);
	Menu7_3=new Array("Financial Calculators","http://www.wealthco.ca/financial_calculators1.php","",0,20,180);