	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#a4c2c2';			// Background color when mouse is not over
	var LowSubBgColor='#a4c2c2';			// Background color when mouse is not over on subs
	var HighBgColor='#999966';			// Background color when mouse is over
	var HighSubBgColor='#999966';			// Background color when mouse is over on subs
	var FontLowColor='#336666';			// Font color when mouse is not over
	var FontSubLowColor='#336666';			// Font color subs when mouse is not over
	var FontHighColor='#336666';			// Font color when mouse is over
	var FontSubHighColor='#336666';			// Font color subs when mouse is over
	var BorderColor='#999966';			// Border color
	var BorderSubColor='#a4c2c2';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// Font family menu items
	var FontSize=10;				// 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=50;				// Menu offset x coordinate
	var StartLeft=10;				// 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=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// 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='navig';			// 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=1;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['images/arrow-r-2.gif',0,0,'images/arrow-r-2.gif',0,0,'images/arrow-r-2.gif',0,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","../Home/index.htm","","",20,70);


Menu2=new Array("Attorneys","../Attorneys/Attorneys.htm","",6,20,120);
	Menu2_1=new Array("Gary T. Chrey","../Attorneys/Chrey.htm","","",20,150);	
	Menu2_2=new Array("Jeffrey Cox","../Attorneys/Cox.htm","","",20,150);
	Menu2_3=new Array("Tracy E. Digiovanni","../Attorneys/DiGiovanni-T.htm","","",20,150);	
	Menu2_4=new Array("Ken Kambich ","../Attorneys/Kambich.htm","","",20,150);
	Menu2_5=new Array("Michael D. Uhlig","../Attorneys/Uhlig-M.htm","","",20,150);	
	Menu2_6=new Array("Kim Zak","../Attorneys/Zak.htm","","",20,150);		

Menu3=new Array("Practice Areas","../Practice/Practice_Areas.htm","",11,20,125);
	Menu3_1=new Array("Business & Corporate","../Practice/Business_Corporate.htm","","",20,250);
	Menu3_2=new Array("Business Succession Planning","../Practice/Business_Planning.htm","","",20,250);
	Menu3_3=new Array("Collections","../Practice/Collections.htm","","",20,250);
	Menu3_4=new Array("Criminal Defense","../Practice/Criminal_Defense.htm","","",20,250);
	Menu3_5=new Array("Estate Planning","../Practice/Estate_Planning.htm","","",20,250);
	Menu3_6=new Array("Family Law","../Practice/Family_Law.htm","","",20,250);
	Menu3_7=new Array("Limited Liability Entity Formation","../Practice/LLC.htm","","",20,250);
	Menu3_8=new Array("Litigation","../Practice/Litigation.htm","","",20,250);
	Menu3_9=new Array("Personal Injury","../Practice/Personal_Injury.htm","","",20,250);
	Menu3_10=new Array("Probate","../Practice/Probate.htm","","",20,250);
	Menu3_11=new Array("Real Estate","../Practice/Real_Estate.htm","","",20,250);	

Menu4=new Array("Representative Clients","../Clients/Representative_Clients.htm","","",20,180);

Menu5=new Array("Staff","../Staff/Staff.htm","","",20,70);


Menu6=new Array("Contact Us","../Attorneys/Contact_Us.htm","",2,20,120);
	Menu6_1=new Array("Attorney","","",6,20,120);
	Menu6_1_1=new Array("GARY CHREY","mailto:chrey@shierslaw.com","",0,20,150);
	Menu6_1_2=new Array("JEFFREY COX","Mailto:cox@shierslaw.com","",0,20,150);
	Menu6_1_3=new Array("TRACY DIGIOVANNI","mailto:digiovanni@shierslaw.com","",0,20,150);
	Menu6_1_4=new Array("KEN KAMBICH","Mailto:kambich@shierslaw.com","",0,20,150);
	Menu6_1_5=new Array("MICHAEL D. UHLIG","Mailto:uhlig@shierslaw.com","",0,20,150);
	Menu6_1_6=new Array("KIM D. ZAK","Mailto:zak@shierslaw.com","",0,20,150);

	Menu6_2=new Array("Staff","Mailto:info@shierslaw.com","","",20,150);







	
	
	