﻿	var NoOffFirstLineMenus=5;			// Number of first level items	// colours	var LowBgColor='#E4E4E4';			// Background color when mouse is not over	var LowSubBgColor='white';			// Background color when mouse is not over on subs	var HighBgColor='808080';			// Background color when mouse is over	var HighSubBgColor='e4e4e4';			// Background color when mouse is over on subs	var FontLowColor='5D5D5D';			// Font color when mouse is not over	var FontSubLowColor='#545454';			// Font color subs when mouse is not over	var FontHighColor='white';			// Font color when mouse is over	var FontSubHighColor='5d5d5d';			// Font color subs when mouse is over	// borders	var BorderColor='808080';			// Border color	var BorderSubColor='808080';			// Border color for subs	var BorderWidth=1;				// Border width	var BorderBtwnElmnts=1;			// Border between elements 1 or 0	// fonts	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	// text positioning	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'	var MenuCentered='center';			// 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=90;				// Menu offset x coordinate	var StartLeft=0;				// Menu offset y coordinate	var VerCorrect=0;				// Multiple frames y correction	var HorCorrect=0;				// Multiple frames x correction	var LeftPaddng=27;				// Left padding	var TopPaddng=3;				// 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=500;			// 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=1;				// Keep selected path highligthed	var Arrws=['../images/header/tri1.gif',5,10,'../images/header/tridown.gif',10,5,'../images/header/tridown.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("Divisions","http://www.advance.mb.ca","",2,20,100);	Menu1_1=new Array("Home","../main/main.htm","",0,20,170);	Menu1_2=new Array("Retail Division","http://www.advance.mb.ca/main/main.htm","",0);	Menu2=new Array("Our Company","../ourcompany/ourcompany.htm","",3,20,125);	Menu2_1=new Array("Contact Info","../ourcompany/contact.htm","",0,20,165);	Menu2_2=new Array("Current Projects","../ourcompany/currentproj.htm","",0);	Menu2_3=new Array("Completed Projects","../ourcompany/completeproj.htm","",0);	Menu3=new Array("Advance Pro Staff","../prostaff/prostaff.htm","",9,20,151);			Menu3_1=new Array("Jerry Allaire","../prostaff/allaire.htm","",0,20,225);	Menu3_2=new Array("Brian Beaver","../prostaff/beaver.htm","",0,20,225);	Menu3_3=new Array("Terry Belanger","../prostaff/belanger.htm","",0);	Menu3_4=new Array("Peter Bernatsky","../prostaff/bernatsky.htm","",0);	Menu3_5=new Array("Gil Gauthier","../prostaff/gauthier.htm","",0);	Menu3_6=new Array("Ted Parnell","../prostaff/parnell.htm","",0);					Menu3_7=new Array("Administrative Support Staff","../prostaff/adminstaff.htm","",0);		Menu3_8=new Array("Technical Staff","../prostaff/technical.htm","",0);			Menu3_9=new Array("Installation Staff","../prostaff/installstaff.htm","",0);	Menu4=new Array("Areas of Expertise","../expertise/expertise.htm","",5,20,155);	Menu4_1=new Array("Education","../expertise/education.htm","",0,20,155);	Menu4_2=new Array("HealthCare","../expertise/healthcare.htm","",0);	Menu4_3=new Array("Pro Audio","../expertise/proaudio.htm","",0);	Menu4_4=new Array("Pro Video","../expertise/provideo.htm","",0);	Menu4_5=new Array("Security","../expertise/security.htm","",0);			Menu5=new Array("Information Centre","../infocentre/infocentre.htm","",9,20,155);	Menu5_1=new Array("Clearance Items","../infocentre/clearance.htm","",0,20,155);	Menu5_2=new Array("Downloads","../infocentre/downloads.htm","",0);	Menu5_3=new Array("Events Calendar","../infocentre/events.htm","",0);	Menu5_4=new Array("List of Suppliers","../infocentre/brands.htm","",0);	Menu5_5=new Array("Our Views","../infocentre/ourviews.htm","",0);	Menu5_6=new Array("Product FAQ","../infocentre/productfaq.htm","",0);	Menu5_7=new Array("Promotions","../infocentre/promotions.htm","",0);	Menu5_8=new Array("Sitemap","../infocentre/sitemap.htm","",0);	Menu5_9=new Array("What's New","../infocentre/whatsnew.htm","",0);