//-------------------------Fire Menu System--------------------------------------------------

PopMenu2=new Array(							// global variables for PopMenu1
	2,										// number of main items
	0,										// Left position
	20,										// Top position
	'1C1958',								// Normal font color
	'A5A3BC',								// Normal back color
	'636181',								// High font color
	'eeeeee',								// High back color
	'FFFFFF',								// 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
	"Dept",									// 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(
		"Fire",						// ElementText
		"",									// ElementLink
		"http://www.ci.kennewick.wa.us/button.jpg",									// ElementBgImage
		1,									// ElementNoOfSubElements
		20,									// ElementHeight
		135,								// ElementWidth
		"",									// ElementBgColor
		"",									// ElementBgHighColor
		"",									// ElementFontColor
		"",									// ElementFontHighColor
		"",									// ElementBorderColor
		"",									// ElementFontFamily
		-1,									// ElementFontSize in pixel
		-1,									// ElementBold
		-1,									// ElementItalic
		"center",							// ElementTextAlign
		"");								// ElementStatusText

	PopMenu2_1_1=new Array("Fire Home","home.asp","",0,20,210,"","","","","","",-1,-1,-1,"","");

	PopMenu2_2=new Array("Home","http://www.ci.kennewick.wa.us/home.asp","http://www.ci.kennewick.wa.us/button.jpg",0,20,75,'','','','','',"",-1,-1,-1,"center","");

