////////////////////////////////////
// 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.2);Alpha(style=0,opacity=88);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.
"ffffff",					// Mouse Off Font Color
"606430",					// Mouse Off Background Color
"ffffff",					// Mouse On Font Color
"A1A663",					// Mouse On Background Color
"000000",					// Menu Border Color 
10,							// Font Size in pixels
"normal",					// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial, Helvetica, sans-serif;",	// Font Name
4,							// Menu Item Padding
"images/inactiveArrow.gif",	// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,							// Referer Item Font Color (leave this blank to disable)
,							// Referer Item Background Color (leave this blank to disable)
"images/inactiveArrow.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=[
"sidemenu",100,5,132,1,,style1,1,"left",,1,,,,,,,,,,,
,"<b>Meet the Recorder</b>","index.cfm?page=home offbackcolor=C86400; onbackcolor=FFCC66; onfontcolor=000000;",,,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;Dan Crank,<br>&nbsp;&nbsp;Recorder","index.cfm?page=bio offbackcolor=ffffff; offfontcolor=000000; onbackcolor=FFCC66; onfontcolor=000000;",,,1
,"&nbsp;&nbsp;Biography","index.cfm?page=bio offbackcolor=ffffff; offfontcolor=000000; onbackcolor=FFCC66; onfontcolor=000000;",,,1
,"&nbsp;&nbsp;Office Duties","index.cfm?page=duties offbackcolor=ffffff; offfontcolor=000000; onbackcolor=FFCC66; onfontcolor=000000;",,,1
,"&nbsp;&nbsp;Terms Served","index.cfm?page=terms offbackcolor=ffffff; offfontcolor=000000; onbackcolor=FFCC66; onfontcolor=000000;",,,1
,"<b>Office Information</b>","show-menu=office_information","index.cfm?page=officeInfo",,1
,"<b>What's New</b>","index.cfm?page=news",,,1
,"<b>Online Searches</b>","show-menu=online_searches","index.cfm?page=onlineSearches",,1
,"<b>Activity Reports</b>","index.cfm?page=activity",,,1
,"<b>Form Center</b>","index.cfm?page=forms",,,1
,"<b>Links</b>","show-menu=links","index.cfm?page=links",,1
,"<b>Public Records Policy</b>","index.cfm?page=recordPolicy",,,1
,"<b>Electronic Recording</b>","index.cfm?page=elecRecording",,,1
])

	addmenu(menu=["office_information",,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Customer Service","index.cfm?page=customerService",,,1
	,"Registered Land","index.cfm?page=regLand",,,1
	,"Veteran Information","index.cfm?page=vetInfo",,,1
	,"Fee Schedule","index.cfm?page=feeSchedule",,,1
	,"Staff Directory","index.cfm?page=staff",,,1
	])

	addmenu(menu=["online_searches",,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Veterans Searches","show-menu=veteran_searches","index.cfm?page=vetInfo",,1
	,"Recorder Office Record Search","index.cfm?page=regLand_search",,,1
	,"Subdivision Plat Search","index.cfm?page=platSearch",,,1
	])
	
	
	addmenu(menu=["veteran_searches",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Grave Search","index.cfm?page=grave_search",,,1
	,"Discharge (DD214) Search","index.cfm?page=vetDischarge_search",,,1
	])
	
	//addmenu(menu=["activity_reports",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	//,"1997","index.cfm?page=activity1997",,,1
	//,"1998","index.cfm?page=activity1998",,,1
	//,"1999","index.cfm?page=activity1999",,,1
	//,"2000","index.cfm?page=activity2000",,,1
	//,"2001","index.cfm?page=activity2001",,,1
	//])
	
	addmenu(menu=["links",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Ohio Revised Code","http://onlinedocs.andersonpublishing.com/revisedcode/ target=_blank",,,1
	])

	//addmenu(menu=["comfaq",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	//,"Capital Improvement Projects","index.cfm?tab=community&page=faq&deptid=6",,,1
	//,"Community Development Block Grant","index.cfm?tab=community&page=faq&deptid=7",,,1
	//])

dumpmenus();