

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#dde06c';			// Background color when mouse is not over
	var LowSubBgColor='#dde06c';			// Background color when mouse is not over on subs
	var HighBgColor='#EFAA59';			// Background color when mouse is over
	var HighSubBgColor='#697964';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"	// 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='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=0;				// Menu offset x coordinate
	var StartLeft=301;				// 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=0;				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['imagz/tri.gif',10,10,'imagz/tridown.gif',10,5,'imagz/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("rollover:imagz/i1_off.jpg:imagz/i1_on.jpg","about2.html","",3,55,76);
	Menu1_1=new Array(" Meet Karen","about2.html","",0,20,140);
	Menu1_2=new Array(" Company Profile","about3.html","",0,20,140);
	Menu1_3=new Array(" Our Mission","about4.html","",0,20,140);

Menu2=new Array("rollover:imagz/i2_off.jpg:imagz/i2_on.jpg","client_serv2.html","",3,55,92);
	Menu2_1=new Array("Home Staging","client_serv2.html","",3,20,200);
		Menu2_1_1=new Array("What Is Staging?","client_serv2.html","",0,20,150);
		Menu2_1_2=new Array("Staging Works","client_serv2b.html","",0,20,150);
		Menu2_1_3=new Array("Home Staging Services","client_serv8.html","",0,20,150);							
	Menu2_2=new Array("Specialty Services","client_serv4.html","",3,20,200);
			Menu2_2_1=new Array("Staging for Living","client_serv4.html#ss1","",0,20,175);
     		Menu2_2_2=new Array("Home Transition Styling","client_serv4.html#ss2","",0,20,150);
		    Menu2_2_3=new Array("Redesign In A Day","client_serv4.html#ss3","",0,20,150);
	Menu2_3=new Array("Additional Services","client_serv5.html","",4,20,200);
   			Menu2_3_1=new Array("Colour Consultation","client_serv5.html#as1","",0,20,175);
     		Menu2_3_2=new Array("Special Event/Holiday Staging","client_serv5.html#as2","",0,20,150);
		    Menu2_3_3=new Array("Carefree Shopping Service","client_serv5.html#as3","",0,20,150);
		    Menu2_3_4=new Array("Gift Certificates","client_serv5.html#as4","",0,20,150);							
		
Menu3=new Array("rollover:imagz/i3_off.jpg:imagz/i3_on.jpg","client_success2.html","",3,55,100);
	Menu3_1=new Array("Before and After","client_success2.html","",0,20,150);
	Menu3_2=new Array("Client Comments","client_success3.html","",0,20,140);
	Menu3_3=new Array("Redecorating, Redesigning, Renovating","client_success4.html","",0,40,160);

Menu4=new Array("rollover:imagz/i4_off.jpg:imagz/i4_on.jpg","resources2.html","",5,55,105);
	Menu4_1=new Array("Karen In The Media","mediaOne.html","",0,20,175);
	Menu4_2=new Array("Partners in Staging","resources2.html","",0,20,175);
	Menu4_3=new Array("Staging in the News","resources4.html","",0,20,175);
	Menu4_4=new Array("Just the FAQs","resources3.html","",0,20,175);
	Menu4_5=new Array("Hot Tips and Cool Trends","resources5.html","",0,20,175);

Menu5=new Array("rollover:imagz/i5_off.jpg:imagz/i5_on.jpg","contact.html","",0,55,111);


