/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#76A1CC';			// Background color when mouse is not over
	var LowSubBgColor='#76A1CC';			// Background color when mouse is not over on subs
	var HighBgColor='#336699';			// Background color when mouse is over
	var HighSubBgColor='#336699';			// Background color when mouse is over on subs
	var FontLowColor='black';			// 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="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// 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=8;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// 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=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

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("Practice / Industry Areas","practice.html","",0,21,165);
	Menu1_1=new Array("Real Estate","practice_real_estate.html","",0,20,215);	
	Menu1_2=new Array("Healthcare","practice_health.html","",0);
	Menu1_3=new Array("Education/School Law","practice_education.html","",0);
	Menu1_4=new Array("Commercial Litigation","practice_commercial.html","",0);
	Menu1_5=new Array("Business Formations/Transactions","practice_business.html","",0);
	Menu1_6=new Array("Estate Planning & Probate","practice_estate.html","",0,20,100);	
	Menu1_7=new Array("Tax Planning & Controversy","practice_tax.html","",0);
	Menu1_8=new Array("Employment Law","practice_employment.html","",0);
	Menu1_9=new Array("Campaign Finance/Election Law","practice_campaign.html","",0);
	Menu1_10=new Array("Intellectual Property","practice_intellectual.html","",0);
	Menu1_11=new Array("Automotive Dealerships","practice_automotive.html","",0);
	Menu1_12=new Array("Criminal Law","practice_criminal.html","",0);


Menu2=new Array("Attorneys","","",3,21,80);
	Menu2_1=new Array("Principals","","",6,20,100);	
		Menu2_1_1=new Array("James S. Fitzgerald","attorney_fitzgerald.html","",0,20,125);
		Menu2_1_2=new Array("David A. Alskog","attorney_alskog.html","",0,20,125);
		Menu2_1_3=new Array("David B. Johnston","attorney_johnston.html","",0,20,125);
		Menu2_1_4=new Array("John J. White, Jr.","attorney_white.html","",0,20,125);
		Menu2_1_5=new Array("David J. Seeley","attorney_seeley.html","",0,20,125);
		Menu2_1_6=new Array("Kevin B. Hansen","attorney_hansen.html","",0,20,125);
	Menu2_2=new Array("Of Counsel","","",2,20,100);		
		Menu2_2_1=new Array("Thomas K. Windus","attorney_windus.html","",0,20,125);
		Menu2_2_2=new Array("Hugh W. Judd","attorney_judd.html","",0,20,125);
	Menu2_3=new Array("Associates","","",1,20,100);
		Menu2_3_1=new Array("Gregory A. McBroom","attorney_mcbroom.html","",0,20,125);



Menu3=new Array("Clients","clients.html","",0,21,75);

Menu4=new Array("Management & Staff","","",2,21,145);
	Menu4_1=new Array("Management","admin.html","",0,20,100);	
	Menu4_2=new Array("Staff","staff.html","",0);


Menu5=new Array("News & Links","news.html","",0,21,110);
	Menu5_1=new Array("News","news.html","",0,20,100);	
	Menu5_2=new Array("Links","links.html","",0);

Menu6=new Array("Contact Us","contact.html","",0,21,95);

Menu7=new Array("Home","index.html","",0,21,50);

