/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='#993333';			// Background color when mouse is not over
	var LowSubBgColor='#993333';			// Background color when mouse is not over on subs
	var HighBgColor='#FFFFE5';			// Background color when mouse is over
	var HighSubBgColor='#FFFFE5';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFE5';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFE5';			// Font color subs when mouse is not over
	var FontHighColor='#993333';			// Font color when mouse is over
	var FontSubHighColor='#993333';			// Font color subs when mouse is over
	var BorderColor='#993333';			// Border color
	var BorderSubColor='#993333';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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
	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' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=20;				// 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=10;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	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='MenuPos';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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

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("Attorney Profiles","","",2,20,144);
	Menu1_1=new Array("Attorneys A-I","","",13,20,150);
		Menu1_1_1=new Array("Charles E. Albertson","attorney_albertson.htm","",0,20,150);
		Menu1_1_2=new Array("Geoffrey M. Boodell","attorney_boodell.htm","",0,20,150);		
		Menu1_1_3=new Array("Patrick S. Brady","attorney_brady.htm","",0,20,150);
		Menu1_1_4=new Array("Margaret J. Bruya","attorney_bruya.htm","",0,20,150);
		Menu1_1_5=new Array("Ray P. Cox","attorney_cox.htm","",0,20,150);
		Menu1_1_6=new Array("Scott M. Collins","attorney_collins.htm","",0,20,150);
		Menu1_1_7=new Array("Terrence J. Cullen","attorney_cullen.htm","",0,20,150);
		Menu1_1_8=new Array("Carl E. Forsberg","attorney_forsberg.htm","",0,20,150);
		Menu1_1_9=new Array("Nathan L. Furman","attorney_furman.htm","",0,20,150);
		Menu1_1_10=new Array("William C. Gibson","attorney_gibson.htm","",0,20,150);
		Menu1_1_11=new Array("Melissa K. Habeck","attorney_habeck.htm","",0,20,150);
		Menu1_1_12=new Array("John P. Hayes","attorney_hayes.htm","",0,20,150);
		Menu1_1_13=new Array("Michael P. Hooks","attorney_hooks.htm","",0,20,150);

			
	Menu1_2=new Array("Attorneys J-Z","","",15);
		Menu1_2_1=new Array("John F. Jenkel","attorney_jenkel.htm","",0,20,150);
		Menu1_2_2=new Array("Jeffrey T. Kestle","attorney_kestle.htm","",0,20,200);
		Menu1_2_3=new Array("A. Grant Lingg","attorney_lingg.htm","",0,20,200);
		Menu1_2_4=new Array("Christopher A. Matheson","attorney_matheson.htm","",0,20,200);
		Menu1_2_5=new Array("Ann C. McCormick","attorney_mccormick.htm","",0,20,200);
		Menu1_2_6=new Array("Susan K. McIntosh","attorney_mcintosh.htm","",0,20,200);
		Menu1_2_7=new Array("James B. Meade","attorney_meade.htm","",0,20,200);
		Menu1_2_8=new Array("Patrick G. Middleton","attorney_middleton.htm","",0,20,200);
		Menu1_2_9=new Array("Martin J. Pujolar","attorney_pujolar.htm","",0,20,200);
		Menu1_2_10=new Array("Kenneth M. Roessler","attorney_roessler.htm","",0,20,200);
		Menu1_2_11=new Array("Richard R. Roland","attorney_roland.htm","",0,20,200);
		Menu1_2_12=new Array("Patrick C. Sheldon","attorney_sheldon.htm","",0,20,200);
		Menu1_2_13=new Array("Paul S. Smith","attorney_smith.htm","",0,20,200);
		Menu1_2_14=new Array("Roy A. Umlauf","attorney_umlauf.htm","",0,20,200);
		Menu1_2_15=new Array("Brian K. Weeks","attorney_weeks.htm","",0,20,200);
		

	
Menu2=new Array("Practice Areas","","",8);
	Menu2_1=new Array("Tort & Insurance Defense","practice_tort.htm","",0,20,250);
	Menu2_2=new Array("Product Liability","practice_product.htm","",0,20,150);
	Menu2_3=new Array("Asbestos Defense","practice_asbestos.htm","",0,20,150);
	Menu2_4=new Array("Construction Litigation","practice_construction.htm","",0,20,150);
	Menu2_5=new Array("Professional Liability","practice_profess.htm","",0,20,150);
	Menu2_6=new Array("Environmental Coverage & Defense","practice_environment.htm","",0,20,150);	
	Menu2_7=new Array("Maritime Coverage & Defense","practice_maritime.htm","",0);
	Menu2_8=new Array("Employment Practices","practice_employment.htm","",0);

Menu3=new Array("About Us","","",3);
	Menu3_1=new Array("Our Story","about.htm","",0,20,150);
	Menu3_2=new Array("Insurers and Clients","clients.htm","",0,20,150);
	Menu3_3=new Array("Driving Directions","directions.htm","",0,20,150);


Menu4=new Array("Successes/Honors","successes.htm","",0);

Menu5=new Array("Links & Resources","links.htm","",0);

Menu6=new Array("Employment","employ.htm","",0);


Menu7=new Array("Upcoming Events","events.htm","",0);

Menu8=new Array("Seattle Happenings","","",3);
	Menu8_1=new Array("Sports","local_sports.htm","",0,20,150);
	Menu8_2=new Array("Travel","local_travel.htm","",0,20,150);
	Menu8_3=new Array("Local Attractions","local.htm","",0,20,150);

Menu9=new Array("Contact Us","","",2);
	Menu9_1=new Array("Contact Info","contact.htm","",0,20,150);
	Menu9_2=new Array("Driving Directions","directions.htm","",0,20,150);
	
Menu10=new Array("Home","default.htm","",0);



