//-------------------------Recreational Services Menu System--------------------------------------------------

PopMenu2=new Array(							// global variables for PopMenu1
	1,										// number of main items
	40,										// Left position
	14,										// Top position
	'',								// Normal font color
	'',								// Normal back color
	'',								// High font color
	'',								// High back color
	'',								// Border color
	"helvetica,arial,verdana,sans-serif",	// Fontfamily
	1,										// Bold
	0,										// Italic
	12,										// Font size in pixel
	1,										// First line horizontal
	1,										// First line permanent visible
	1,										// Border width
	"left",									// Text align "left", "center" or "right"
	.25,									// Horizontal overlap
	.25,									// Vertical overlap
	1000,									// Delay
	0,										// Right to left unfold
	"menu2",								// Target div
	1,										// Border between elements
	"left",									// Menu horizontal centered "left", "center" or "right"
	"top",									// Menu vertical centered "top", "center" or "bottom"
	"tri.gif",						// Arrow right
	5,										// Arrow Width
	10,										// Arrow Height
	"tridown.gif",					// Arrow down
	10,										// Arrow Width
	5,										// Arrow Height
	"trileft.gif",					// Arrow left
	5,										// Arrow Width
	10,										// Arrow Height
	2,										// Top padding
	2,										// Left padding
	0);										// Unfold On Click

	PopMenu2_1=new Array(
		"",									// ElementText
		"http://www.ci.kennewick.wa.us/support_services/kennewickonline.asp",									// ElementLink
		"graphics/kennewickonline2.gif",									// ElementBgImage
		0,									// ElementNoOfSubElements
		26,									// ElementHeight
		161,								// ElementWidth
		"",									// ElementBgColor
		"",									// ElementBgHighColor
		"",									// ElementFontColor
		"",									// ElementFontHighColor
		"",									// ElementBorderColor
		"",									// ElementFontFamily
		-1,									// ElementFontSize in pixel
		-1,									// ElementBold
		-1,									// ElementItalic
		"center",							// ElementTextAlign
		"");								// ElementStatusText

	PopMenu2_1_1=new Array("","http://www.ci.kennewick.wa.us/support_services/kennewickonline.asp","",0,50,175,"","","","","","",-1,-1,-1,"","");
