// 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
	7,			// number of main items
	0,			// Left position
	25,			// Top position
	"#cbcb96",			// Normal font color
	"#0f0f0f",		// Normal back color
	"#dfdfdf",			// High font color
	"#3f3f3f",			// High back color
	"#000000",			// Border color
	"Arial",	// Fontfamily
	0,			// Bold
	0,			// Italic
	11,			// 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
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"projects",			// 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(
		"Academic Campuses",	// ElementText
		"academic.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		125,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_2=new Array(
		"Corporate Design",	// ElementText
		"corp_design.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		125,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu1_3=new Array(
		"Land Planning",	// ElementText
		"land_plan.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		125,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_4=new Array(
		"Urban Design",	// ElementText
		"urban_design.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		125,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_5=new Array(
		"Residential",	// ElementText
		"residential.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		125,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_6=new Array(
		"Retail",	// ElementText
		"retail.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		125,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_7=new Array(
		"Parks",	// ElementText
		"parks.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		125,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

PopMenu2=new Array(		// global variables for PopMenu2
	7,			// number of main items
	0,			// Left position
	25,			// Top position
	"#cbcb96",			// Normal font color
	"#0f0f0f",		// Normal back color
	"#dfdfdf",			// High font color
	"#3f3f3f",			// High back color
	"#000000",			// Border color
	"Arial",	// Fontfamily
	0,			// Bold
	0,			// Italic
	11,			// 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
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"people",			// 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(
		"Nimrod W. E. Long, III FASLA, LEED AP, President",	// ElementText
		"long.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		255,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu2_2=new Array(
		"Joel D. Eliason, ASLA, Principal",	// ElementText
		"eliason.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		255,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu2_3=new Array(
		"Dave E. Giddens, ASLA, LEED AP, Principal",	// ElementText
		"giddens.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		255,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu2_4=new Array(
		"Ryan C. Collins, ASLA, LEED AP, Senior Associate",	// ElementText
		"collins.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		255,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_5=new Array(
		"A. Blake Smisson, LEED AP, Associate",	// ElementText
		"mailto:bsmisson@nimrodlong.com",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		255,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_6=new Array(
		"Michael A. O'Brien, Associate",	// ElementText
		"mailto:mobrien@nimrodlong.com",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		255,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_7=new Array(
		"David M. Lorberbaum, Associate",	// ElementText
		"mailto:dlorberbaum@nimrodlong.com",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		255,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// 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
	"#cbcb96",			// Normal font color
	"#0f0f0f",		// Normal back color
	"#dfdfdf",			// High font color
	"#3f3f3f",			// High back color
	"#000000",			// Border color
	"Arial",	// Fontfamily
	0,			// Bold
	0,			// Italic
	11,			// 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
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"news",			// 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(
		"Current News",	// ElementText
		"news.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		100,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu3_2=new Array(
		"Archived Stories",	// ElementText
		"news_archives.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		100,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// 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
	0,			// Left position
	25,			// Top position
	"#cbcb96",			// Normal font color
	"#0f0f0f",		// Normal back color
	"#dfdfdf",			// High font color
	"#3f3f3f",			// High back color
	"#000000",			// Border color
	"Arial",	// Fontfamily
	0,			// Bold
	0,			// Italic
	11,			// 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
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"contact",			// 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 Information",	// ElementText
		"contact.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		135,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu4_2=new Array(
		"Directions to Our Office",	// ElementText
		"directions.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		135,		// ElementWidth
		"#0f0f0f",		// ElementBgColor
		"#3f3f3f",		// ElementBgHighColor
		"#cbcb96",		// ElementFontColor
		"#dfdfdf",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
