// Globals effecting all menus
	var PopNoOffMenus=1;	// 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
	169,			// Left position
	0,			// Top position
	"#FFFFFF",			// Normal font color
	"#5BC040",		// Normal back color
	"#000000",			// High font color
	"#5BC040",			// High back color
	"#999999",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// 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
	1,			// Delay
	0,			// Right to left unfold
	"nav_state",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	"",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	"",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu1_1 = new Array(
		"Georgia",	// ElementText
		"/states-georgia.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		125,		// ElementWidth
		"#5BC040",		// ElementBgColor
		"#2D6020",		// ElementBgHighColor
		"#FFFFFF",		// ElementFontColor
		"#FFFFFF",		// ElementFontHighColor
		"#FFFFFF",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_2 = new Array(
		"Texas",	// ElementText
		"/states-texas.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		125,		// ElementWidth
		"#5BC040",		// ElementBgColor
		"#2D6020",		// ElementBgHighColor
		"#FFFFFF",		// ElementFontColor
		"#FFFFFF",		// ElementFontHighColor
		"#FFFFFF",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_3 = new Array(
		"Pennsylvania",	// ElementText
		"/states-pennsylvania.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		125,		// ElementWidth
		"#5BC040",		// ElementBgColor
		"#2D6020",		// ElementBgHighColor
		"#FFFFFF",		// ElementFontColor
		"#FFFFFF",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_4 = new Array(
		"Virginia",	// ElementText
		"/states-virginia.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		125,		// ElementWidth
		"#5BC040",		// ElementBgColor
		"#2D6020",		// ElementBgHighColor
		"#FFFFFF",		// ElementFontColor
		"#FFFFFF",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_5 = new Array(
		"Ohio",	// ElementText
		"/states-ohio.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		125,		// ElementWidth
		"#5BC040",		// ElementBgColor
		"#2D6020",		// ElementBgHighColor
		"#FFFFFF",		// ElementFontColor
		"#FFFFFF",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_6 = new Array(
		"California",	// ElementText
		"/states-california.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		125,		// ElementWidth
		"#5BC040",		// ElementBgColor
		"#2D6020",		// ElementBgHighColor
		"#FFFFFF",		// ElementFontColor
		"#FFFFFF",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
