//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



function findPosX(obj)
{
	var curleft = 0;
	if (obj.offsetParent)
	{
		while (obj.offsetParent)
		{
			curleft += obj.offsetLeft
			obj = obj.offsetParent;
		}
	}
	else if (obj.x)
		curleft += obj.x;
	return curleft;
}

function findPosY(obj)
{
	var curtop = 0;
	if (obj.offsetParent)
	{
		while (obj.offsetParent)
		{
			curtop += obj.offsetTop
			obj = obj.offsetParent;
		}
	}
	else if (obj.y)
		curtop += obj.y;
	return curtop;
}

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.3);Alpha(style=0,opacity=100);Shadow(color='#333333', Direction=180, Strength=0)"
}
else
{
	effect = "Shadow(color='#333333', Direction=180, Strength=0)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=0;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",					// Mouse Off Font Color
"#BBBCCC",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"000000",				// Mouse On Background Color
"000000",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
6,						// Menu Item Padding
"arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"000000",				// Current Page Item Font Color (leave this blank to disable)
"CCCCCC",					// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
100,					// Menu Top - The Top position of the menu in pixels
(findPosX(window.document.getElementById("tdLeftColumn"))) + "px",				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use (useful for hiding form elements)



,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home Page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    ","http://www.troyil.us/index.aspx",,"Troy City Home Page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Visitors","show-menu=vis",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Residents ","show-menu=res",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Government","show-menu=gov",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Troy&nbsp;History&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    ","/pages/troy-history/",,"Troy History",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    ","/index.aspx?form=1",,"Contact Us",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

	addmenu(menu=["vis",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"What to Do","show-menu=do",,"",1
	,"Where to Stay","/pages/hotels/",,,1
	,"Visitors Services","show-menu=visserv",,"",1
	,"Troy Facts","show-menu=facts",,"",1
	,"Tourism Bureau","http://www.thetourismbureau.org target= blank",,,1
	,"Weather","/pages/weather/",,,1
	])


	addmenu(menu=["do",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Cultural Events","/pages/cultural-events/",,,1
	,"Places to See","/pages/demographics/#see",,,1
	,"Tri-Township Park","http://www.tritownshippark.org target=_blank",,,1
	])


	addmenu(menu=["visserv",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Map","/pages/troy-map/",,,1
	,"Transportation & Parking","/pages/public-transportation/",,,1
	,"Library","http://www.troylibrary.org  target= blank",,,1
	,"Local Hospitals","/pages/healthcare/",,,1
	,"Post Office","/pages/post-office/",,,1
	,"Synagogues and Churches","/pages/churches/",,,1
	,"Tri-Township Park","http://www.tritownshippark.org target=_blank",,,1
	])

	addmenu(menu=["facts",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"City Officials ","/pages/city-officials/",,,1
	,"Demographics","/pages/demographics/",,,1
	,"History of Troy","/pages/troy-history/",,,1
	,"Weather","/pages/weather/",,,1
	])

		addmenu(menu=["gov",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"The Mayor","/pages/mayors-letter/",,,1
		,"City Officials ","/pages/city-officials/",,,1
		,"Departments and Offices ","show-menu=dept",,"",1
		,"Schools & Education ","/pages/education/",,,1
		,"Calendar of Events ","/calendar/default.asp target=_blank",,,1
		])


		addmenu(menu=["serv",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Administrative","/pages/administration/",,,1
        ,"Animal Control","/pages/animal-control/",,,1
		,"Building/Zoning & Property Maintenance Department","/pages/building-and-zoning/",,,1
		,"City Clerk","/pages/city-clerk/",,,1
		,"City Hall","/pages/city-hall/",,,1
		,"Cable TV","/pages/utilities/",,,1
		,"Gas & Electric","/pages/utilities/",,,1
		,"Fire Department","/pages/fire-dept/",,,1
		,"Library","http://www.troylibrary.org  target= blank",,,1
		,"Local Hospitals","/pages/healthcare/",,,1
		,"Police Department","show-menu=police",,"",1
		,"Post Office","/pages/post-office/",,,1
		,"Public Works","/pages/public-works/",,,1
		,"Street Department","/pages/streets/",,,1
        ,"Parks & Recreation","http://homepages.apci.net/~tritown/index.html target=_blank",,,1
		,"Telephone Companies","/pages/utilities/",,,1
		,"Trash Removal","/pages/utilities/",,,1
		,"Water Clerks","/pages/water-clerks/",,,1
		,"Zoning Map ","/pages/troy-map/",,,1
		])

		addmenu(menu=["dept",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Administrative","/pages/administration/",,,1
		,"Animal Control","/pages/animal-control/",,,1
		,"Building/Zoning & Property Maintenance Department","/pages/building-and-zoning/",,,1
		,"City Clerk","/pages/city-clerk/",,,1
		,"City Hall","/pages/city-hall/",,,1
		,"City Planner","/pages/municipal/",,,1
		,"Fire Department","/pages/fire-dept/",,,1
		,"Job Opportunities","/pages/job-opportunities/",,,1
		,"Library","http://www.troylibrary.org  target= blank",,,1
		,"Police Department","show-menu=police",,"",1
		,"Post Office","/pages/post-office/",,,1
		,"Public Works","/pages/public-works/",,,1
	    ,"Street Department","/pages/streets/",,,1
		,"Taxation","/pages/taxation/",,,1
		,"Waste Management","/pages/waste-management/",,,1
		,"Water Clerks","/pages/water-clerks/",,,1
		,"Zoning Map ","/pages/troy-map/",,,1
		])


			addmenu(menu=["res",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Events and Activities","show-menu=do",,"",1
			,"City Services ","show-menu=serv",,"",1
			,"Facts and Figures","/pages/demographics/",,"",1
			,"Local Hospitals","/pages/healthcare/",,,1
			,"News and Information","/pages/demographics/",,,1
			,"School District ","http://www.triad.madison.k12.il.us/ target= blank",,,1
			])

addmenu(menu=["police",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Explorers","/pages/explorers/",,,1
		,"D.A.R.E.","/pages/dare/",,,1
		,"Safety Bulletin","/pages/sefety-bulletin/",,,1
		,"Animal Control","/pages/animal-control/",,,1
		,"Links","/pages/police-links/",,,1
		,"News","/pages/police-news/",,,1
        ,"Police Blotter","/pages/police-blotter/",,,1
		
		])


dumpmenus()
