////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500					// The time delay for menus to remain visible on mouse off
followspeed=5				// Follow Scrolling speed (higher number makes the scrolling smoother but slower)
followrate=40				// Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
suboffset_top=6;			// Sub menu offset Top position 
suboffset_left=12;			// Sub menu offset Left position

//Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)
//Shadow(color='#777777', Direction=135, Strength=5)
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.5);Alpha(style=0,opacity=95);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}

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)}


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.
"AEA27B",					// Mouse Off Font Color
"5F5346",					// Mouse Off Background Color
"3A382B",					// Mouse On Font Color
"EFEACD",					// 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, Helvetica, sans-serif;",	// Font Name
8,							// Menu Item Padding
,	                        // Sub Menu Image (Leave this blank if not needed)
1,							// 3D Border & Separator bar (1=on/0=off)
,							// 3D High Color
,							// 3D Low Color
,							// Referer Item Font Color (leave this blank to disable)
,							// Referer Item Background Color (leave this blank to disable)
"images/commishlogo.gif",   // Top Bar image (Leave this blank to disable)
,							// Menu Header Font Color (Leave blank if headers are not needed)
,							// Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu(menu=[ 	// This is the array that contains your menu properties and details
"sidemenu",		// Menu Name - This is needed in order for the menu to be called
370,			// Menu Top - The Top position of the menu in pixels
70,			// Menu Left - The Left position of the menu in pixels
223,			// 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)
,				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,				// 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
,				// ..Now Obsolete..
,				// 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 (useful for hiding form elements)
,				// Reserved for future use
,				// Reserved for future use
,				// Reserved for future use
,"Home","index.cfm?page=home",,,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"About Us >>","show-menu=aboutSub","index.cfm?page=about",,1
,"Archives >>","show-menu=archivesSub","index.cfm?page=archives",,1
,"Records >>","show-menu=recordsSub","index.cfm?page=records",,1
,"Request a Record >>","index.cfm?page=requests",,,1
,"Fees & Rules >>","show-menu=feesRules",,,1
,"Records Commission  >>","show-menu=recordscommission","index.cfm?page=Retention",,1
,"Electronic Document Management System >>","index.cfm?page=EDMS",,,1
,"Links >>","index.cfm?page=links",,,1
])


addmenu(menu=["archivesSub",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Types >>","show-menu=typesSub",,,1
	,"McBride","index.cfm?page=mcBride",,,1
	,"Humane Society","index.cfm?page=humaneSociety",,,1
	,"Resources","index.cfm?page=resources",,,1
	])


	addmenu(menu=["aboutSub",,,200,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Location & Hours","index.cfm?page=locationHours",,,1
	,"Staff","index.cfm?page=Staff",,,1
	
])
	addmenu(menu=["recordscommission",,,200,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Records Commission Agendas & Minutes","index.cfm?page=Commission_Minutes",,,1
	,"Records Retention Schedules","index.cfm?page=Retention_sch",,,1
	
	
])
	addmenu(menu=["typesSub",,,200,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Birth","index.cfm?page=BirthType",,,1
	,"Death","index.cfm?page=DeathType",,,1
	,"Marriage","index.cfm?page=marriageType",,,1
	,"Testamentary","index.cfm?page=testamentaryType",,,1
	,"Wills and Estates","index.cfm?page=willsEstates",,,1
	,"Inventory","index.cfm?page=InventoryType",,,1
	,"Tax Duplicate","index.cfm?page=TaxDupType",,,1
	,"Naturalization","index.cfm?page=NaturalizationType",,,1
	,"Reference","index.cfm?page=referenceType",,,1

])
	
addmenu(menu=["feesRules",,,200,1,,style1,,"left",effect,,,,,,,,,,,,
,"Costs","index.cfm?page=costs",,,1
,"Rules","index.cfm?page=rules",,,1
	
])
	
addmenu(menu=["recordsSub",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Storage","index.cfm?page=storage",,,1
,"Forms","index.cfm?page=forms",,,1
//,"Links","index.cfm?page=links",,,1
])
dumpmenus();

