	var NoOffFirstLineMenus=7;				// Number of first level items	var LowBgColor='#ffffff';				// Background color when mouse is not over	var LowSubBgColor='#0190ca';				// Background color when mouse is not over on subs	var HighBgColor='#0190ca';				// Background color when mouse is over	var HighSubBgColor='#ffffff';				// Background color when mouse is over on subs	var FontLowColor='#0190ca';				// Font color when mouse is not over	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over	var FontHighColor='#ffffff';				// Font color when mouse is over	var FontSubHighColor='#0190ca';			// Font color subs when mouse is over	var BorderColor='#0190ca';				// Border color	var BorderSubColor='#0190ca';				// Border color for subs	var BorderWidth=2;					// Border width	var BorderBtwnElmnts=1;					// Border between elements 1 or 0	var FontFamily="verdana"				// Font family menu items	var FontSize=8;						// Font size menu items	var FontBold=0;						// 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='center';				// 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=85;						// Menu offset x coordinate	var StartLeft=-2;						// Menu offset y coordinate	var VerCorrect=0;						// Multiple frames y correction	var HorCorrect=0;						// Multiple frames x correction	var LeftPaddng=0;						// Left padding	var TopPaddng=5;						// 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=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=0;						// Uses arrow gifs when 1	var KeepHilite=1;						// Keep selected path highligthed	var Arrws=0;						// 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 PAGE","/","",0,23,120);	Menu2=new Array("OUR PRACTICE","/practice","",3,23,120);	Menu2_1=new Array("Introduction","/practice/index.shtml#introduction","",0,23,120);	Menu2_2=new Array("Mission Statement","/practice/index.shtml#mission-statement","",0);	Menu2_3=new Array("Full list of Services","/practice/index.shtml#service-list","",0);Menu3=new Array("OUR TEAM","/team","",7,23,120);	Menu3_1=new Array("Dr. Ryan Flatt","/team/index.shtml#ryan-flatt","",0,23,120);	Menu3_2=new Array("Dr. Garret Kusch","/team/index.shtml#garret-kusch","",0);	Menu3_3=new Array("Brad Greenwood","/team/index.shtml#brad-greenwood","",0);	Menu3_4=new Array("Michelle Jackson","/team/index.shtml#michelle-jackson","",0);	Menu3_5=new Array("Rebecca Stewart","/team/index.shtml#rebecca-stewart","",0);		Menu3_6=new Array("Leah Fransen","/team/index.shtml#leah-fransen","",0);		Menu3_7=new Array("Carissa Wringe","/team/index.shtml#carissa-wringe","",0);		Menu4=new Array("OUR SERVICES","/services","",5,23,120);	Menu4_1=new Array("Chiropractic","/services/index.shtml#chiropractic","",0,23,120);	Menu4_2=new Array("Active Release","/services/index.shtml#active-release","",0);	Menu4_3=new Array("Laser Therapy","/services/index.shtml#laser-therapy","",0);	Menu4_4=new Array("Orthotics","/services/index.shtml#orthotics","",0);	Menu4_5=new Array("Massage","/services/index.shtml#massage","",0);Menu5=new Array("OUR PRODUCTS","/products","",4,23,120);	Menu5_1=new Array("Biofreeze","/products/index.shtml#biofreeze","",0,23,120);	Menu5_2=new Array("Foam Rollers","/products/index.shtml#foam-rollers","",0);	Menu5_3=new Array("Logic Back","/products/index.shtml#logic-back","",0);	Menu5_4=new Array("Pillows","/products/index.shtml#pillows","",0);Menu6=new Array("OUR POLICIES","/policies","",3,23,120);	Menu6_1=new Array("Privacy","/policies/index.shtml#privacy","",0,23,120);	Menu6_2=new Array("Email","/policies/index.shtml#email","",0);	Menu6_3=new Array("Liability","/policies/index.shtml#liability","",0);Menu7=new Array("OUR LOCATION","/location","",5,23,120);	Menu7_1=new Array("Hours","/location/index.shtml#hours","",0,23,120);	Menu7_2=new Array("Address","/location/index.shtml#address","",0);	Menu7_3=new Array("Telephone","/location/index.shtml#telephone","",0);	Menu7_4=new Array("Emails","/location/index.shtml#emails","",0);	Menu7_5=new Array("Location Map","/location/index.shtml#location-map","",0);