// 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="";
	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(		// global variables for PopMenu1
	2,			// number of main items
	8,			// Left position
	29,			// Top position
	"yellow",			// Normal font color
	"maroon",		// Normal back color
	"blue",			// High font color
	"yellow",			// High back color
	"yellow",			// Border color
	"times new roman",	// Fontfamily
	0,			// Bold
	0,			// Italic
	13,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// 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+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

	PopMenu1_1=new Array(
		"rollover?"+BaseHref+"images/mission.gif?"+BaseHref+"images/missionOver.gif",	// ElementText
		"mission.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		103,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_2=new Array(
		"rollover?"+BaseHref+"images/team.gif?"+BaseHref+"images/teamOver.gif",	// ElementText
		"team.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		103,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// 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
	8,			// Left position
	29,			// Top position
	"yellow",			// Normal font color
	"maroon",		// Normal back color
	"blue",			// High font color
	"yellow",			// High back color
	"yellow",			// Border color
	"times new roman",	// Fontfamily
	0,			// Bold
	0,			// Italic
	13,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// 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+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

	PopMenu2_1=new Array(
		"rollover?"+BaseHref+"images/boundary.gif?"+BaseHref+"images/boundaryOver.gif",	// ElementText
		"services-boundary.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu2_2=new Array(
		"rollover?"+BaseHref+"images/topographic.gif?"+BaseHref+"images/topographicOver.gif",	// ElementText
		"services-topographic.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu2_3=new Array(
		"rollover?"+BaseHref+"images/asBuilt.gif?"+BaseHref+"images/asBuiltOver.gif",	// ElementText
		"services-as-built.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu2_4=new Array(
		"rollover?"+BaseHref+"images/gps.gif?"+BaseHref+"images/gpsOver.gif",	// ElementText
		"services-gps.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu2_5=new Array(
		"rollover?"+BaseHref+"images/cellularTower.gif?"+BaseHref+"images/cellularTowerOver.gif",	// ElementText
		"services-cellular.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu2_6=new Array(
		"rollover?"+BaseHref+"images/constructionLayout.gif?"+BaseHref+"images/constructionLayoutOver.gif",	// ElementText
		"services-construction.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu2_7=new Array(
		"rollover?"+BaseHref+"images/skillsTech.gif?"+BaseHref+"images/skillsTechOver.gif",	// ElementText
		"services-skills.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu2_8=new Array(
		"rollover?"+BaseHref+"images/clientGeography.gif?"+BaseHref+"images/clientGeographyOver.gif",	// ElementText
		"services-geography.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

PopMenu3=new Array(		// global variables for PopMenu3
	4,			// number of main items
	8,			// Left position
	29,			// Top position
	"yellow",			// Normal font color
	"maroon",		// Normal back color
	"blue",			// High font color
	"yellow",			// High back color
	"yellow",			// Border color
	"times new roman",	// Fontfamily
	0,			// Bold
	0,			// Italic
	13,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// 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+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

	PopMenu3_1=new Array(
		"rollover?"+BaseHref+"images/jobsHere.gif?"+BaseHref+"images/jobsHereOver.gif",	// ElementText
		"jobs_here.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu3_2=new Array(
		"rollover?"+BaseHref+"images/benefits.gif?"+BaseHref+"images/benefitsOver.gif",	// ElementText
		"benefits.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu3_3=new Array(
		"rollover?"+BaseHref+"images/careerDevelopment.gif?"+BaseHref+"images/careerDevelopmentOver.gif",	// ElementText
		"career_development.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu3_4=new Array(
		"rollover?"+BaseHref+"images/applications.gif?"+BaseHref+"images/applicationsOver.gif",	// ElementText
		"jobs_apply.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		162,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
PopMenu4=new Array(		// global variables for PopMenu4
	2,			// number of main items
	8,			// Left position
	29,			// Top position
	"yellow",			// Normal font color
	"maroon",		// Normal back color
	"blue",			// High font color
	"yellow",			// High back color
	"yellow",			// Border color
	"times new roman",	// Fontfamily
	0,			// Bold
	0,			// Italic
	13,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// Delay
	0,			// 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+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

	PopMenu4_1=new Array(
		"rollover?"+BaseHref+"images/contactForm.gif?"+BaseHref+"images/contactFormOver.gif",	// ElementText
		"contact.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		113,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_2=new Array(
		"rollover?"+BaseHref+"images/drivingDirections.gif?"+BaseHref+"images/drivingDirectionsOver.gif",	// ElementText
		"directions.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		113,		// ElementWidth
		"#5C6548",		// ElementBgColor
		"yellow",		// ElementBgHighColor
		"yellow",		// ElementFontColor
		"red",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
