// Globals effecting all menus
	var PopNoOffMenus=6;	// 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="";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=0, offY=0, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=0)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

PopMenu1=new Array(		
	6,			// number of main items
	0,			// Left position
	42,			// Top position
	"#FFFFFF",			// Normal font color
	"red",		// Normal back color
	"#FFFFFF",			// High font color
	"red",			// High back color
	"#ffffff",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_estate",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu1_1=new Array(
		"Who needs Estate planning",	// ElementText
		"WhoEstatePlanning.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#000000",		// ElementBgColor
		"maroon",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"#ffffff",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_2=new Array(
		"Estate Planning Attorneys",	// ElementText
		"Attorneys.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#000000",		// ElementBgColor
		"maroon",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_3=new Array(
		"Revocable Trusts",	// ElementText
		"RevocableLivingTrusts.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#000000",		// ElementBgColor
		"maroon",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_4=new Array(
		"Last Will and Testament",	// ElementText
		"LastWill.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#000000",		// ElementBgColor
		"maroon",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu1_5=new Array(
		"Power of Attorney",	// ElementText
		"PowerOfAttorney.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#000000",		// ElementBgColor
		"maroon",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_6=new Array(
		"Irrevocable Trusts",	// ElementText
		"IrrevocableTrusts.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#000000",		// ElementBgColor
		"maroon",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
    
PopMenu2=new Array(		
	2,			// number of main items
	0,			// Left position
	42,			// Top position
	"#FFFFFF",			// Normal font color
	"red",		// Normal back color
	"#FFFFFF",			// High font color
	"red",			// High back color
	"#ffffff",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_medicaid",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu2_1=new Array(
		"Medicaid Planning ",	// ElementText
		"MedicadePlanning.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#000000",		// ElementBgColor
		"maroon",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu2_2=new Array(
		"Medicare and Medicaid",	// ElementText
		"MedicareMedicade.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#000000",		// ElementBgColor
		"maroon",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	
PopMenu3=new Array(		
	6,			// number of main items
	0,			// Left position
	40,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_services",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu3_1=new Array(
		"Accounting & Auditing",	// ElementText
		"/services/accounting/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#D5E0D2",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu3_2=new Array(
		"SEC Compliance",	// ElementText
		"/services/sec/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#D5E0D2",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu3_3=new Array(
		"Taxation",	// ElementText
		"/services/tax/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#D5E0D2",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
			
	PopMenu3_4=new Array(
		"Information Technology",	// ElementText
		"/services/it/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#D5E0D2",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu3_5=new Array(
		"Management Consulting",	// ElementText
		"/services/consulting/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#D5E0D2",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu3_6=new Array(
		"Risk Advisory",	// ElementText
		"/services/risk/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#D5E0D2",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
PopMenu4=new Array(		
	4,			// number of main items
	0,			// Left position
	27,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_industries",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu4_1=new Array(
		"Community Banking",	// ElementText
		"/industries/banking/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
			
	PopMenu4_2=new Array(
		"Insurance",	// ElementText
		"/industries/insurance.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu4_3=new Array(
		"Technology & Life Sciences",	// ElementText
		"/industries/lifescience/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu4_4=new Array(
		"Real Estate & Construction",	// ElementText
		"/industries/realestate.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

PopMenu5=new Array(		
	7,			// number of main items
	0,			// Left position
	27,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_careers",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu5_1=new Array(
		"PKM Opportunity Path",	// ElementText
		"/careers/path.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_2=new Array(
		"First Person (Q&A Interviews)",	// ElementText
		"/careers/interviews.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_3=new Array(
		"Bean Counting Trends",	// ElementText
		"/careers/bean.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_4=new Array(
		"College Recruits",	// ElementText
		"/careers/recruits.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_5=new Array(
		"Accounting Veterans",	// ElementText
		"/careers/veterans.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_6=new Array(
		"Our Hometown",	// ElementText
		"/careers/hometown.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_7=new Array(
		"Off the Ledger Blog",	// ElementText
		"/blog",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
PopMenu6=new Array(		
	3,			// number of main items
	0,			// Left position
	27,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_events",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu6_1=new Array(
		"Recruiting",	// ElementText
		"/events/recruiting.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		90,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu6_2=new Array(
		"Industry Events",	// ElementText
		"/events/industryEvents.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		39,		// ElementHeight
		90,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu6_3=new Array(
		"PKM Annual Golf Outing",	// ElementText
		"/events/clientappreciation.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		39,		// ElementHeight
		90,		// ElementWidth
		"",		// ElementBgColor
		"#49565F",		// ElementBgHighColor
		"#49565F",		// ElementFontColor
		"#D5E0D2",		// ElementFontHighColor
		"#B8C6B5",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText