/*
 Milonic DHTML Website Navigation Menu - Version 3.5
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
 All Copyright notices MUST remain in place at ALL times and, please keep us informed of your 
 intentions to use the menu and send us your URL.
*/


//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.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
effect = "Fade(duration=0.1);Alpha(style=0,opacity=100)"
effect2 = "Fade(duration=0.1);Alpha(style=0,opacity=100)"


timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position
closeOnClick = true

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.
"FFFFFF",					// Mouse Off Font Color
"990000",					// Mouse Off Background Color
"000000",					// Mouse On Font Color
"FFF6C5",					// Mouse On Background Color
"990000",					// Menu Border Color
"9px",						// Font Size in pixels
"normal",					// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Tahoma, sans-serif;",		// Font Name
5,						// Menu Item Padding
"/sbcfire/images/black_right.gif",		// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"734118",					// 3D High Color
"734118",					// 3D Low Color
,						// Referer Item Font Color (leave this blank to disable)
,						// Referer Item Background Color (leave this blank to disable)
"",						// Top Bar image (Leave this blank to disable)
"000000",					// Menu Header Font Color (Leave blank if headers are not needed)
"E1BA93",					// Menu Header Background Color (Leave blank if headers are not needed)
]



//effect2 = "Alpha( style=0,opacity=65)"
//effect=""


addmenu(menu=[
"fire_header",	// Menu Name
100,		// Menu Top
140,		// Menu Left
120,		// Menu Width
0,		// Menu Border Width
,		// Screen Position
style1,		// Properties Array
1,		// Always Visible
"center",		// Alignment
effect,		// Filter
0,		// Follow Scrolling
1,		// Horizontal Menu
,		// Keep Alive
,		// Position of TOP sub image left:center:right
,		// Type of menu use "form" or blank
,		// Right To Left
,		// Open the Menus OnClick
,		// ID of the div you want to hide on MouseOver
,		// Reserved for future use
,		// Reserved for future use
,		// Reserved for future use
,"Latest News","/news_releases/index.asp",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
//,"<img src=/images/latest_news3.jpg border=0>",  "/news_releases/index.asp",,,1
,"Public Education",  "/fire_marshal/public_education.asp",,,1
,"Human Resources",  "/emp_opportunities/index.asp",,,1
,"Community Calendar",  "/calendar.asp",,,1
,"Contacts/Directory", "/phone_directory.asp",,,1
])







dumpmenus();