// Globals effecting all menus
	var PopNoOffMenus=4;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=0.25, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.25, wipeStyle=1)";

	var PopMenuShadow="0";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=0, offY=0, positive=0)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=0)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=95)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

PopMenu1=new Array(		// global variables for PopMenu1
	4,			// number of main items
	0,			// Left position
	25,			// Top position
	"white",			// Normal font color
	"#7c7c7c",		// Normal back color
	"#white",			// High font color
	"#E31837",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"nav1",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/images_global/spacer.gif",		// Arrow right
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow down
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow left
	5,			// Arrow Width
	6,			// Arrow Height
	2,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	PopMenu1_1=new Array(
		"Insurance Overview",	// ElementText
		"/us/insurance",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		163,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_2=new Array(
		"Property",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		8,		// ElementNoOfSubElements
		17,		// ElementHeight
		163,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_2_1=new Array(
		"Builders' Risk & Soft Costs",	// ElementText
		"/us/insurance/builders_risk_and_soft_costs.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_2=new Array(
		"Business Interruption",	// ElementText
		"/us/insurance/business_interruption.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_3=new Array(
		"Catastrophe Services",	// ElementText
		"/us/insurance/catastrophe_services.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_4=new Array(
		"Extra Expenses",	// ElementText
		"/us/insurance/extra_expense_claims.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_5=new Array(
		"Physical Damages",	// ElementText
		"/us/insurance/physical_damages.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_6=new Array(
		"Reported Values",	// ElementText
		"/us/insurance/reported_values.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_7=new Array(
		"Stock & Contents",	// ElementText
		"/us/insurance/stock_contents.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_8=new Array(
		"Valuable Papers",	// ElementText
		"/us/insurance/valuable_papers.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu1_3=new Array(
		"Casualty & General Liability",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		4,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
		PopMenu1_3_1=new Array(
		"Business Valuations",	// ElementText
		"/us/insurance/business_valuations.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		175,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_3_2=new Array(
		"Construction Defect & Claims",	// ElementText
		"/us/insurance/construction_claims.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		175,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_3_3=new Array(
		"Liability Losses",	// ElementText
		"/us/insurance/liability_losses.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		175,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_3_4=new Array(
		"Lost Profits",	// ElementText
		"/us/insurance/lost_profits.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		175,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText	

	PopMenu1_4=new Array(
		"Specialty Risks",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		3,		// ElementNoOfSubElements
		17,		// ElementHeight
		163,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_4_1=new Array(
			"Disability/Workers' Compensation",	// ElementText
			"/us/insurance/disability_claims.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			200,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
		
		PopMenu1_4_2=new Array(
			"Fidelity & Surety",	// ElementText
			"/us/insurance/fidelity_loss.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			200,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText

		PopMenu1_4_3=new Array(
			"Products Liability & Recall",	// ElementText
			"/us/insurance/products_liability_and_recall.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			200,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText

PopMenu2=new Array(		// global variables for PopMenu2
	8,			// number of main items
	0,			// Left position
	25,			// Top position
	"white",			// Normal font color
	"#7c7c7c",		// Normal back color
	"#white",			// High font color
	"#E31837",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"nav2",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/images_global/spacer.gif",		// Arrow right
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow down
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow left
	5,			// Arrow Width
	6,			// Arrow Height
	2,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	PopMenu2_1=new Array(
		"Litigation Overview",	// ElementText
		"/us/litigation/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		240,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu2_2=new Array(
		"Business Disputes",	// ElementText
		"/us/litigation/business_disputes.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		240,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_3=new Array(
		"Business Valuations",	// ElementText
		"/us/litigation/business_valuations.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_4=new Array(
		"Extra Expenses",	// ElementText
		"/us/litigation/extra_expense_claims.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_5=new Array(
		"Fraud, Concealment & Misrepresentation",	// ElementText
		"/us/litigation/fraud_concealment.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_6=new Array(
		"Lost Profits",	// ElementText
		"/us/litigation/lost_profits.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_7=new Array(
		"Products Liability & Recall",	// ElementText
		"/us/litigation/products_liability_and_recall.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_8=new Array(
		"Subrogation",	// ElementText
		"/us/litigation/subrogation.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText


PopMenu3=new Array(		// global variables for PopMenu3
	2,			// number of main items
	0,			// Left position
	25,			// Top position
	"white",			// Normal font color
	"#7c7c7c",		// Normal back color
	"#white",			// High font color
	"#E31837",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"nav3",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/images_global/spacer.gif",		// Arrow right
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow down
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow left
	5,			// Arrow Width
	6,			// Arrow Height
	2,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	PopMenu3_1=new Array(
		"News & Events",	// ElementText
		"/us/news/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		0,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu3_2=new Array(
		"Forensic Insight",	// ElementText
		"/us/news/forensic_insight",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		0,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	


PopMenu4=new Array(		// global variables for PopMenu4
	7,			// number of main items
	-16,			// Left position
	25,			// Top position
	"white",			// Normal font color
	"#7c7c7c",		// Normal back color
	"#white",			// High font color
	"#E31837",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0.50,			// Vertical overlap
	1000,			// Delay
	1,			// Right to left unfold
	"nav4",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/images_global/spacer.gif",		// Arrow right
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow down
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow left
	5,			// Arrow Width
	6,			// Arrow Height
	2,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	PopMenu4_1=new Array(
		"Contact Overview",	// ElementText
		"/us/contact/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu4_2=new Array(
		"Partners",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		7,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
			PopMenu4_2_1=new Array(
			"Executive Office",	// ElementText
			"#",		// ElementLink
			"",		// ElementBgImage
			1,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
		
				PopMenu4_2_1_1=new Array(
				"John A. Damico",	// ElementText
				"/us/contact/partners/damico.php",		// ElementLink
				"",		// ElementBgImage
				0,		// ElementNoOfSubElements
				17,		// ElementHeight
				160,		// ElementWidth
				"#7c7c7c",		// ElementBgColor
				"#E31837",		// ElementBgHighColor
				"white",		// ElementFontColor
				"white",		// ElementFontHighColor
				"white",		// ElementBorderColor
				"",		// ElementFontFamily
				-1,		// ElementFontSize in pixel
				-1,		// ElementBold
				-1,		// ElementItalic
				"left",		// ElementTextAlign
				"");		// ElementStatusText
	
	
		PopMenu4_2_2=new Array(
		"East Coast",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		8,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_2_2_1=new Array(
			"Jeffrey P. Belack",	// ElementText
			"/us/contact/partners/belack.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_2_2=new Array(
			"David R. Elmore, Jr.",	// ElementText
			"/us/contact/partners/elmore.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_2_3=new Array(
			"John W. Foley",	// ElementText
			"/us/contact/partners/foley.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_2_4=new Array(
			"Peter J. Kahn",	// ElementText
			"/us/contact/partners/kahn.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
								
									
			PopMenu4_2_2_5=new Array(
			"Brian J. Mohlenhoff",	// ElementText
			"/us/contact/partners/mohlenhoff.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_2_6=new Array(
			"Brad R. Ryden",	// ElementText
			"/us/contact/partners/ryden.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_2_7=new Array(
			"George D. Uhl",	// ElementText
			"/us/contact/partners/uhl.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_2_8=new Array(
			"Gerald W. Warshaw",	// ElementText
			"/us/contact/partners/warshaw.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
		
		PopMenu4_2_3=new Array(
		"Midwest",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		6,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_2_3_1=new Array(
			"William J. Bradshaw",	// ElementText
			"/us/contact/partners/bradshaw.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_3_2=new Array(
			"John W. Field, Jr.",	// ElementText
			"/us/contact/partners/field.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_3_3=new Array(
			"Peter J. Karutz",	// ElementText
			"/us/contact/partners/karutz.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_3_4=new Array(
			"Christopher C. King",	// ElementText
			"/us/contact/partners/king.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText

			PopMenu4_2_3_5=new Array(
			"Suzanne M. Tarchala",	// ElementText
			"/us/contact/partners/tarchala.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_3_6=new Array(
			"Matthew W. Woodcock",	// ElementText
			"/us/contact/partners/woodcock.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
		
		PopMenu4_2_4=new Array(
		"Northeast",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		4,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_2_4_1=new Array(
			"Jack Flaherty",	// ElementText
			"/us/contact/partners/jflaherty.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_4_2=new Array(
			"Kevin Flaherty",	// ElementText
			"/us/contact/partners/kflaherty.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_4_3=new Array(
			"Paul A. McGowan, Jr.",	// ElementText
			"/us/contact/partners/mcgowan.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_4_4=new Array(
			"Glenn Ricciardelli",	// ElementText
			"/us/contact/partners/ricciardelli.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
		
		PopMenu4_2_5=new Array(
		"Southeast",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		6,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_2_5_1=new Array(
			"Dusty Bredeson",	// ElementText
			"/us/contact/partners/bredeson.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_5_2=new Array(
			"Kevin F. Callahan",	// ElementText
			"/us/contact/partners/callahan.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_5_3=new Array(
			"Neal S. Cason",	// ElementText
			"/us/contact/partners/cason.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			
			
			PopMenu4_2_5_4=new Array(
			"Dayne Grey",	// ElementText
			"/us/contact/partners/grey.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_5_5=new Array(
			"Roland A. Hoffman",	// ElementText
			"/us/contact/partners/hoffman.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText						
			
			PopMenu4_2_5_6=new Array(
			"Thomas L. Wilson",	// ElementText
			"/us/contact/partners/wilson.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			

		
		PopMenu4_2_6=new Array(
		"Southwest",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		4,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_2_6_1=new Array(
			"Kent Bogdan",	// ElementText
			"/us/contact/partners/bogdan.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_6_2=new Array(
			"Dennis R. McBay",	// ElementText
			"/us/contact/partners/mcbay.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
				PopMenu4_2_6_3=new Array(
			"Susan Powell",	// ElementText
			"/us/contact/partners/powell.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			
			PopMenu4_2_6_4=new Array(
			"Shannon Taylor Rusnak",	// ElementText
			"/us/contact/partners/rusnak.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
		
		
		PopMenu4_2_7=new Array(
		"West Coast",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		2,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_2_7_1=new Array(
			"R. Dixon Grier",	// ElementText
			"/us/contact/partners/grier.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_2_7_2=new Array(
			"Daniel G. Markowicz",	// ElementText
			"/us/contact/partners/markowicz.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
		
	PopMenu4_3=new Array(
		"Office Locations",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		7,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	
		
		PopMenu4_3_1=new Array(
		"Executive Office",	// ElementText
			"/us/contact/locations/executive.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		
		PopMenu4_3_2=new Array(
		"East Coast",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		5,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_3_2_1=new Array(
			"New York",	// ElementText
			"/us/contact/locations/newyork.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_2_2=new Array(
			"Parsippany",	// ElementText
			"/us/contact/locations/parsippany.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_2_3=new Array(
			"Philadelphia",	// ElementText
			"/us/contact/locations/philadelphia.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_2_4=new Array(
			"Pittsburgh",	// ElementText
			"/us/contact/locations/pittsburgh.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_2_5=new Array(
			"Washington, DC",	// ElementText
			"/us/contact/locations/washington.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText						
				
		PopMenu4_3_3=new Array(
		"Northeast",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		3,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_3_3_1=new Array(
			"Boston",	// ElementText
			"/us/contact/locations/boston.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_3_2=new Array(
			"Hartford",	// ElementText
			"/us/contact/locations/hartford.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_3_3=new Array(
			"Portland, ME",	// ElementText
			"/us/contact/locations/portlandme.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
		PopMenu4_3_4=new Array(
		"Southeast",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		4,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_3_4_1=new Array(
			"Atlanta",	// ElementText
			"/us/contact/locations/atlanta.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_4_2=new Array(
			"Charlotte",	// ElementText
			"/us/contact/locations/charlotte.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_4_3=new Array(
			"Miami",	// ElementText
			"/us/contact/locations/miami.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_4_4=new Array(
			"Orlando",	// ElementText
			"/us/contact/locations/orlando.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
		PopMenu4_3_5=new Array(
		"Midwest",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		4,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_3_5_1=new Array(
			"Chicago",	// ElementText
			"/us/contact/locations/chicago.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_5_2=new Array(
			"Detroit",	// ElementText
			"/us/contact/locations/detroit.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_5_3=new Array(
			"Minneapolis",	// ElementText
			"/us/contact/locations/minneapolis.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_5_4=new Array(
			"St. Louis",	// ElementText
			"/us/contact/locations/stlouis.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
		
		PopMenu4_3_6=new Array(
		"Southwest",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		2,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_3_6_1=new Array(
			"Dallas",	// ElementText
			"/us/contact/locations/dallas.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_6_2=new Array(
			"Houston",	// ElementText
			"/us/contact/locations/houston.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
		PopMenu4_3_7=new Array(
		"West Coast",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		4,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
			PopMenu4_3_7_1=new Array(
			"Los Angeles",	// ElementText
			"/us/contact/locations/losangeles.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_7_2=new Array(
			"Portland, OR",	// ElementText
			"/us/contact/locations/portlandor.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_7_3=new Array(
			"San Francisco",	// ElementText
			"/us/contact/locations/sanfrancisco.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
			
			PopMenu4_3_7_4=new Array(
			"Seattle",	// ElementText
			"/us/contact/locations/seattle.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			160,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
			"#E31837",		// ElementBgHighColor
			"white",		// ElementFontColor
			"white",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText

	PopMenu4_4=new Array(
		"New Assignment",	// ElementText
		"/us/contact/new_assignment.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_5=new Array(
		"Request a Seminar",	// ElementText
		"/us/contact/request_seminar.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_6=new Array(
		"Ask the Expert",	// ElementText
		"/us/contact/ask_expert.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_7=new Array(
		"Employment Opportunities",	// ElementText
		"/us/contact/employment.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_8=new Array(
		"Restaurant Exchange",	// ElementText
		"http://intranet.mdd.net/rex/searchpage.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
