	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='#0000A0';			// Background color when mouse is not over
	var HighBgColor='#5050B0';			// Background color when mouse is over
	var FontLowColor='white';			// Font color when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var BorderColor='white';			// Border color
	var BorderWidth=1;					// Border width

	var BorderWidthMain=1;				// Border width main items
	var BorderWidthSub=1;				// Border width sub items
 	var BorderBtwnMain=1;				// Border between elements main items 1 or 0
	var BorderBtwnSub=1;				// Border between elements sub items 1 or 0
	var BuildOnDemand=0;				// 1/0 When set to 1 the sub menus are build when the parent is moused over


	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial, helvetica"	// Font family menu items
	var FontSize=8;						// Font size menu items
	var FontBold=1;						// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center', 'right' or justify
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.25;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.40;		// vertical overlap child/ parent
	var StartTop=210;					// Menu offset x coordinate
	var StartLeft=10;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=3;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=800;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='nav';			// Frame where first level appears
	var SecLineFrame='nav';				// Frame where sub levels appear
	var DocTargetFrame='main';			// Frame where target documents appear
	var TargetLoc='';					// span id for relative positioning
	var HideTop=0;						// Hide first level when loading new document 1 or 0
	var MenuWrap=1;						// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;					// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;						// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var UnfoldDelay=325;				// delay before sub unfolds
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var BaseHref="";					// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src="+BaseHref+"'MyImage'>"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"menu/tri.gif",5,10,BaseHref+"menu/tridown.gif",10,5,BaseHref+"menu/trileft.gif",5,10,BaseHref+"menu/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""
	var Arrws=['menu/tri.gif',5,10,'menu/tridown.gif',10,5,'menu/trileft.gif',5,10,'menu/triup.gif',10,5];	// Arrow source, width and height


	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
									// document targets and script are in the same frame.
									// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
									// The preset is done by the body onload of target document.
									// In frame setup the body onload is:
									// onload="if(parent.frames[0]&&parent.frames['navig'].SetMenu)parent.frames['navig'].SetMenu='x_x';"
									// In a single page the body onload is:
									// onload="if(window.SetMenu)window.SetMenu='x_x'"
									// x_x represents the menu item MenuX_X=new Array(.......
									// To preset the menu to no item use '0' for 'x_x' 

	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE5+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
//	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.1, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2 positive=1)";
//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor,
//			fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	color and font variables take precedence over the globals when used
// 	fontsize, fontbold and fontitalic are ignored when -1
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Mission Statement","/mission.htm","",0,18,130,"","","","","","",-1,-1,-1,"","");


Menu2=new Array("Announcements","/cgi-bin/WhatsNew/whatsnew.asp","",0,18,130,"","","","","","",-1,-1,-1,"","New items of interest on the web site.");
//	Menu2_1=new Array("New Items","/cgi-bin/WhatsNew/whatsnew.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
//	Menu2_2=new Array("Job Vacancies","/jobs/jobs.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
//	Menu2_3=new Array("RSS Feed","/cgi-bin/rss/rss_intro.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");


Menu3=new Array("Court Information","/sitemap_menu.asp?page=Court%20Information&menu=3","",7,18,130,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Hours - Location","courtinfo.htm","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("Holidays","holidays.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("Clerk's Notices","/Publications/Notices/index.asp","",0,18,120,"","","","","","",-1,-1,-1,"","Notices from the Clerk of Court");
//	Menu3_4=new Array("Office Roster","/cgi-bin/phonelist/phonelist.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Case Admins","CaseAdmins.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("Statistics","stats/stats-plain.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("Annual Reports","/Publications/AnnualReports/AnnualReports.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("Court History","/Publications/CourtHistory/CourtHistory.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");


Menu4=new Array("Case Information","publicaccess.asp","",0,18,120,"","","","","","",-1,-1,-1,"","");


Menu5=new Array("Judges' Information","/sitemap_menu.asp?page=Judges'%20Information&menu=5","",4,18,120,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Judicial Postings","/judges/","",0,18,120,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("General Orders","/judges/generalorders.htm","",0,18,120,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Overview of Orders","/judges/overview.pdf","",0,18,120,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Order Submission","/judges/Order_Submission.pdf","",0,18,120,"","","","","","",-1,-1,-1,"","");


Menu6=new Array("Attorney Information","/sitemap_menu.asp?page=Attorney%20Information&menu=6","",8,18,120,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Attorney Admission","/AttyInfo/code-rules/localrules.htm#2090-1","",0,18,140,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("Paper Filing","/Publications/Notices/notice_Mandatory_ECF_0204_Web.pdf","",0,18,140,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("Ordering Transcripts","/AttyInfo/TranscriptOrder.htm","",0,18,140,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("Register of Agencies","/AttyInfo/govtagencies/govt_agencies.htm","",0,18,140,"","","","","","",-1,-1,-1,"","");
	Menu6_5=new Array("IRS Insolvency Info","/AttyInfo/govtagencies/irs_contacts.htm","",0,18,140,"","","","","","",-1,-1,-1,"","");
	Menu6_6=new Array("Atty Constituent Group","/AttyInfo/ACG/acg.asp","",0,18,140,"","","","","","",-1,-1,-1,"","");
	Menu6_7=new Array("CLE Programs","/AttyInfo/CLEPrograms/CLEPrograms.asp","",0,18,140,"","","","","","",-1,-1,-1,"","");
	Menu6_8=new Array("Attorney Directory","javascript:NewWin=window.open('http://www.supremecourt.ohio.gov/AttySvcs/AttyReg/Public_AttorneyInformation.asp','NWin');window['NewWin'].focus()","",0,18,140,"","","","","","",-1,-1,-1,"","");


Menu7=new Array("Self-Help Filing","/sitemap_menu.asp?page=Self-Help%20Filing%20Information&menu=7","",7,18,120,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Filing Without Attorney","/FilerInfo/ProSe/ProSeInfo.htm","",0,18,140,"","","","","","",-1,-1,-1,"","");
	Menu7_2=new Array("Legal Assistance","/filerinfo/ProBono/index.htm","",5,18,140,"","","","","","",-1,-1,-1,"","");
		Menu7_2_1=new Array("Introduction","/filerinfo/ProBono/intro.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
		Menu7_2_2=new Array("Legal Aid Society","/filerinfo/ProBono/LAS.htm","",0,18,100,"","","","","","",-1,-1,-1,"","");
		Menu7_2_3=new Array("Volunteer App.","/filerinfo/ProBono/ProBono_Volunteer_App.pdf","",0,18,100,"","","","","","",-1,-1,-1,"","");
		Menu7_2_4=new Array("Volunteer Attys","/filerinfo/ProBono/ProBono_Volunteers.htm","",0,18,100,"","","","","","",-1,-1,-1,"","");
		Menu7_2_5=new Array("Notice of Filing","/filerinfo/ProBono/ProBono_Notice_of_Filing.pdf","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu7_3=new Array("Bankruptcy Forms","http://www.uscourts.gov/bkforms/index.html","",0,18,120,"","","","","","",-1,-1,-1,"","");
//        Menu7_3_1=new Array("Bankruptcy Forms","http://www.uscourts.gov/bkforms/bankruptcy_forms.html","",0,18,120,"","","","","","",-1,-1,-1,"","");
    Menu7_4=new Array("Local Forms","Forms/localforms.htm","",0,18,120,"","","","","","",-1,-1,-1,"","");
	Menu7_5=new Array("Bar Associations","/FilerInfo/barassocs.htm","",0,18,120,"","","","","","",-1,1,-1,"","");
	Menu7_6=new Array("Bankruptcy Basics","http://www.uscourts.gov/bankruptcycourts/bankbasics04606.pdf","",0,18,140,"","","","","","",-1,-1,-1,"","");
	Menu7_7=new Array("Glossary","/Publications/BK_Glossary.pdf","",0,18,140,"","","","","","",-1,-1,-1,"","");


Menu8=new Array("Fees","/sitemap_menu.asp?page=Bankruptcy Fee Information&menu=8","",5,18,120,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("Bankruptcy Fee Chart","/FilerInfo/Fees/Fee_Chart.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu8_2=new Array("Bankruptcy Fee Schedule","/FilerInfo/Fees/Fee_Schedule.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu8_3=new Array("Misc Fee Schedule","/FilerInfo/Fees/Misc_Fee_Schedule.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu8_4=new Array("Internet Credit Card Manual","/FilerInfo/Fees/InternetCreditCardManual.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu8_5=new Array("Fee Compendium","/FilerInfo/Fees/FeeCompendium.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");


Menu9=new Array("Research and Forms","/sitemap_menu.asp?page=Bankruptcy Research and Forms&menu=9","",3,18,120,"","","","","","",-1,-1,-1,"","");
	Menu9_1=new Array("Code & Rules","/AttyInfo/Code-Rules/code_rules.asp","",0,18,140,"","","","","","",-1,-1,-1,"","");
//	Menu9_2=new Array("Forms","http://www.uscourts.gov/forms/uscforms.html","",2,18,120,"","","","","","",-1,-1,-1,"","");
    Menu9_2=new Array("Bankruptcy Forms","http://www.uscourts.gov/bkforms/index.html","",0,18,120,"","","","","","",-1,-1,-1,"","");
    Menu9_3=new Array("Local Forms","/Forms/localforms.htm","",0,18,120,"","","","","","",-1,-1,-1,"","");


Menu10=new Array("Electronic Case Filing","ecf/","",0,18,120,"","","","","","",-1,1,-1,"","");


Menu11=new Array("BAPCPA Websites","/FilerInfo/BAPCPA_links.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");


Menu12=new Array("Related Sites","/sitemap_menu.asp?page=Related%20Sites&menu=12","",11,18,120,"","","","","","",-1,1,-1,"","");
	Menu12_1=new Array("DISCLAIMER","/Disclaimer.asp","",0,18,120,"","","","","","",-1,1,-1,"","");
	Menu12_2=new Array("Web PACER","javascript:NewWin=window.open('http://ecf.ohnb.uscourts.gov/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,1,-1,"","An account is required.");
	Menu12_3=new Array("OHN District Court","javascript:NewWin=window.open('http://www.ohnd.uscourts.gov/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,1,-1,"","Ohio Northern District Court");
	Menu12_4=new Array("US Trustee's Office","javascript:NewWin=window.open('http://www.usdoj.gov/ust/r09/cleveland.htm','NWin');window['NewWin'].focus()","",5,18,120,"","","","","","",-1,1,-1,"","United States Department of Justice Bankruptcy Trustees, Region 9");
        	Menu12_4_1=new Array("US Trustee's - Region 9","javascript:NewWin=window.open('http://www.usdoj.gov/ust/r09/cleveland.htm','NWin');window['NewWin'].focus()","",0,18,135,"","","","","","",-1,1,-1,"","http://www.usdoj.gov/ust/r09/cleveland.htm");
        	Menu12_4_2=new Array("Ch 13 Office - Akron","javascript:NewWin=window.open('http://www.chapter13akron.com','NWin');window['NewWin'].focus()","",0,18,135,"","","","","","",-1,1,-1,"","http://www.chapter13akron.com");
	        Menu12_4_3=new Array("Ch 13 Office - Canton","javascript:NewWin=window.open('http://www.chapter13canton.com','NWin');window['NewWin'].focus()","",0,18,135,"","","","","","",-1,1,-1,"","http://www.chapter13canton.com");
	        Menu12_4_4=new Array("Ch 13 Office - Cleveland","javascript:NewWin=window.open('http://www.13trusteecleveland.com/','NWin');window['NewWin'].focus()","",0,18,135,"","","","","","",-1,1,-1,"","http://www.13trusteecleveland.com");
	        Menu12_4_5=new Array("Reporting Fraud","javascript:NewWin=window.open('http://www.usdoj.gov/ust/eo/fraud/index.htm','NWin');window['NewWin'].focus()","",0,18,135,"","","","","","",-1,1,-1,"","http://www.usdoj.gov/ust/eo/fraud/index.htm");
	Menu12_5=new Array("Federal Judiciary","javascript:NewWin=window.open('http://www.uscourts.gov/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,1,-1,"","Information from and about the United States Judicial Branch; Supreme Court, Appeals Court, District Court, and Bankruptcy Court");
	Menu12_6=new Array("NCBC","javascript:NewWin=window.open('http://www.ncbcimpact.org/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,1,-1,"","National Conference of Bankruptcy Clerks");
	Menu12_7=new Array("FCCA","javascript:NewWin=window.open('http://www.fcca.ws/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,1,-1,"","Federal Court Clerks Association");
	Menu12_8=new Array("BNC","javascript:NewWin=window.open('http://www.ebnuscourts.com/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,1,-1,"","The Bankruptcy Noticing Center (BNC) uses advanced systems technology to provide an efficient centralized process for preparing, producing, and sending bankruptcy notices (by mail or electronic transmission).");
	Menu12_9=new Array("Bar Associations","/FilerInfo/barassocs.htm","",0,18,120,"","","","","","",-1,1,-1,"","A listing of local bar associations throughout the Northern District of Ohio, some bar associations have their own web sites as well.");
	Menu12_10=new Array("Attorney Directory","http://www.supremecourt.ohio.gov/AttySvcs/AttyReg/Public_AttorneyInformation.asp","",0,18,100,"","","","","","",-1,-1,-1,"","This directory includes attorneys who have been admitted to the practice of law in Ohio.");
	Menu12_11=new Array("Foreclosure Prevention","/filerinfo/foreclosures.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");

Menu13=new Array("DCN Sites","/Intranet/DCNlinks.asp","",8,18,120,"","","","","","",-1,1,-1,"","");
	Menu13_1=new Array("J-Net","javascript:NewWin=window.open('http://jnet.ao.dcn','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","AO Intranet site.");
	Menu13_2=new Array("6TH Circuit","javascript:NewWin=window.open('http://www.circ6.dcn/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","6TH Circuit site");
	Menu13_3=new Array("Infoweb","javascript:NewWin=window.open('https://infoweb.ao.dcn/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","InfoWeb");
	Menu13_4=new Array("US Courts Library","javascript:NewWin=window.open('http://library.circ6.dcn/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","6TH Circuit Library");
	Menu13_5=new Array("FJC","javascript:NewWin=window.open('http://cwn.fjc.dcn/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Federal Judical Center");
	Menu13_6=new Array("OHND","javascript:NewWin=window.open('http://intranet.ohnd.circ6.dcn/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Ohio Northern District Court");
	Menu13_7=new Array("Court Ops Exchange","javascript:NewWin=window.open('http://cwn.fjc.dcn/coe/home.nsf','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","Court Operation Exchange");
	Menu13_8=new Array("USA.gov","javascript:NewWin=window.open('http://USA.gov/','NWin');window['NewWin'].focus()","",0,18,120,"","","","","","",-1,-1,-1,"","");


Menu14=new Array("Court Staff Info","/sitemap_menu.asp?page=Court%20Staff%20Info&menu=14","",14,18,120,"","","","","","",-1,-1,-1,"","");
	Menu14_1=new Array("Procedures","/Intranet/Procedures/Procedures.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_2=new Array("Tools","/Intranet/tools.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_3=new Array("Human Resources","/Intranet/hr/humanresources.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_4=new Array("Travel and Transit","/Intranet/hr/travel.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_5=new Array("WebPERS","javascript:NewWin=window.open('http://ohnb-web/cgi-bin/personnel/login.asp','NWin');window['NewWin'].focus()","",0,18,130,"","","","","","",-1,-1,-1,"","WebPERS");
	Menu14_6=new Array("Financial","/Intranet/financial/financial.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_7=new Array("Property","/Intranet/property/property.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_8=new Array("Emergency Plans","/Intranet/OEP/OEP.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_9=new Array("Training","/Intranet/training/training.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_10=new Array("Interpreters","/Intranet/Interpreters/interpreters.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_11=new Array("Transcription Agencies","/Intranet/Transcription.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_12=new Array("Newsletters","/Intranet/Newsletter/staffnewsletters.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_13=new Array("Helpful Tips","/cgi-bin/Tips/Tips.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
	Menu14_14=new Array("Pictures","/Intranet/Pictures.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");
