	var NoOffFirstLineMenus=13;			// 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("A-Z Site Index","/cgi-bin/SiteIndex/site_index.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("Mission Statement","/mission.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");


Menu3=new Array("Announcements","/cgi-bin/WhatsNew/whatsnew.asp","",0,18,130,"","","","","","",-1,-1,-1,"","New items of interest on the web site.");
//	Menu3_1=new Array("New Items","/cgi-bin/WhatsNew/whatsnew.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
//	Menu3_2=new Array("Job Vacancies","/jobs/jobs.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
//	Menu3_3=new Array("RSS Feed","/cgi-bin/rss/rss_intro.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");


Menu4=new Array("Court Information","/sitemap_menu.asp?page=Court%20Information&menu=4","",7,18,130,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Hours - Location","courtinfo.htm","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Holidays","holidays.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Clerk's Notices","/Publications/Notices/index.asp","",0,18,120,"","","","","","",-1,-1,-1,"","");
//	Menu4_4=new Array("Office Roster","/cgi-bin/phonelist/phonelist.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("Case Admins","CaseAdmins.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu4_5=new Array("Statistics","stats/stats-graph.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu4_6=new Array("Annual Reports","/Publications/AnnualReports/AnnualReports.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu4_7=new Array("Court History","/Publications/CourtHistory/CourtHistory.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");


Menu5=new Array("Case Information","/publicaccess.asp","",6,18,120,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Electronic Case Filing (ECF)","/publicaccess.asp#electronic_case_filing","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("McVCIS","/publicaccess.asp#mcvcis","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("NARA Box Number Search","/cgi-bin/FRCBox/shipment.asp","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Public Terminals","/publicaccess.asp#public_terminals","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("Unclaimed Funds Search","javascript:window.open('/cgi-bin/ucfunds/default.aspx','_top')","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu5_6=new Array("WebPACER","/publicaccess.asp#webpacer","",0,18,150,"","","","","","",-1,-1,-1,"","");


Menu6=new Array("Judges' Information","/sitemap_menu.asp?page=Judges'%20Information&menu=6","",4,18,120,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Judicial Postings","/judges/index.asp","",0,18,175,"","","","","","",-1,-1,-1,"","");
//		Menu6_1_1=new Array("Chief Judge Shea-Stonum","/judges/Judge_Shea-Stonum/chambers.htm","",0,18,175,"","","","","","",-1,-1,-1,"","");
//		Menu6_1_2=new Array("Judge Speer",		"/judges/Judge_Speer/chambers.htm","",0,18,175,"","","","","","",-1,-1,-1,"","");
//		Menu6_1_3=new Array("Judge Baxter",		"/judges/Judge_Baxter/chambers.htm","",0,18,175,"","","","","","",-1,-1,-1,"","");
//		Menu6_1_4=new Array("Judge Morgenstern-Clarren","/judges/Judge_Morgenstern-Clarren/chambers.htm","",0,18,175,"","","","","","",-1,-1,-1,"","");
//		Menu6_1_5=new Array("Judge Kendig",		"/judges/Judge_Kendig/chambers.htm","",0,18,175,"","","","","","",-1,-1,-1,"","");
//		Menu6_1_6=new Array("Judge Whipple",	"/judges/Judge_Whipple/chambers.htm","",0,18,175,"","","","","","",-1,-1,-1,"","");
//		Menu6_1_7=new Array("Judge Harris",		"/judges/Judge_Harris/chambers.htm","",0,18,175,"","","","","","",-1,-1,-1,"","");
//		Menu6_1_8=new Array("Judge Woods",		"/judges/Judge_Woods/chambers.htm","",0,18,175,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("General Orders","/judges/generalorders.asp","",0,18,175,"","","","","","",-1,-1,-1,"","");
	//Menu6_3=new Array("Overview of Orders","/judges/overview.pdf","",0,18,175,"","","","","","",-1,-1,-1,"","");
	//Menu6_3=new Array("Overview of Orders","/judges/Overview%20of%20Orders.pdf","",0,18,175,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("Overview of Orders and Rules","/judges/Overview%20of%20Orders%20and%20Rules.pdf","",0,18,175,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("Order Submission","/judges/Order_Submission.pdf","",0,18,175,"","","","","","",-1,-1,-1,"","");

Menu7=new Array("Attorney Information","/sitemap_menu.asp?page=Attorney%20Information&menu=7","",11,18,120,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Filing Requirements","/filerinfo/Document_Filing_Requirements_Notice_2011.pdf","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu7_2=new Array("Attorney Admission","/AttyInfo/code-rules/localrules.htm#2090-1","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu7_3=new Array("Paper Filing","/AttyInfo/Notices/Paper_Filings.pdf","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu7_4=new Array("Ordering Transcripts","/AttyInfo/TranscriptOrder.htm","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu7_5=new Array("Register of Agencies","/AttyInfo/govtagencies/govt_agencies.htm","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu7_6=new Array("IRS Insolvency Info","/AttyInfo/govtagencies/irs_contacts.htm","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu7_7=new Array("Atty Constituent Group","/AttyInfo/ACG/acg.asp","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu7_8=new Array("CLE Programs","/AttyInfo/CLEPrograms/CLEPrograms.asp","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu7_9=new Array("Attorney Directory","/external.asp?http://www.supremecourt.ohio.gov/AttySvcs/AttyReg/Public_AttorneyInformation.asp","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu7_10=new Array("Attorney Emails", "/cgi-bin/EmailEditor/EmailViewer.aspx","",0,18,155,"","","","","","",-1,-1,-1,"","");
    Menu7_11=new Array("Compensation Guidelines", "javascript:window.open('/AttyInfo/2011_Guidelines_for_Compensation.pdf','_top')","",0,18,155,"","","","","","",-1,-1,-1,"","");


Menu8=new Array("Self-Help Filing","/sitemap_menu.asp?page=Self-Help%20Filing%20Information&menu=8","",8,18,120,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("Filing Requirements","/filerinfo/Document_Filing_Requirements_Notice_2011.pdf","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu8_2=new Array("Petition Preparers","/filerinfo/BPP_Notice_2011.pdf","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu8_3=new Array("Legal Assistance","/filerinfo/ProBono/index.asp","",0,18,155,"","","","","","",-1,-1,-1,"","");
//		Menu8_3_1=new Array("Introduction","/filerinfo/ProBono/intro.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");
//		Menu8_3_2=new Array("Legal Aid Society","/filerinfo/ProBono/LAS.htm","",0,18,100,"","","","","","",-1,-1,-1,"","");
//		Menu8_3_3=new Array("Volunteer App.","/filerinfo/ProBono/ProBono_Volunteer_App.pdf","",0,18,100,"","","","","","",-1,-1,-1,"","");
//		Menu8_3_4=new Array("Volunteer Attys","/filerinfo/ProBono/ProBono_Volunteers.htm","",0,18,100,"","","","","","",-1,-1,-1,"","");
//		Menu8_3_5=new Array("Notice of Filing","/filerinfo/ProBono/ProBono_Notice_of_Filing.pdf","",0,18,100,"","","","","","",-1,-1,-1,"","");
	Menu8_4=new Array("Intake Forms","Forms/IntakeForms/IntakeForms.asp","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu8_5=new Array("Bankruptcy Forms","/Forms/bkforms.htm","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu8_6=new Array("Bar Associations","/FilerInfo/barassocs.htm","",0,18,155,"","","","","","",-1,1,-1,"","");
	Menu8_7=new Array("Bankruptcy Basics","/external.asp?http://www.uscourts.gov/FederalCourts/Bankruptcy/BankruptcyBasics.aspx","",0,18,155,"","","","","","",-1,-1,-1,"","");
	Menu8_8=new Array("Glossary","/Publications/BK_Glossary.pdf","",0,18,155,"","","","","","",-1,-1,-1,"","");


Menu9=new Array("Fees","/sitemap_menu.asp?page=Bankruptcy%20Fee%20Information&menu=9","",7,18,120,"","","","","","",-1,-1,-1,"","");
	Menu9_1=new Array("Bankruptcy Fees","/FilerInfo/Fees/Fee_Schedule.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu9_2=new Array("Bankruptcy Fee Chart","/FilerInfo/Fees/Fee_Chart.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu9_3=new Array("Misc Fee Schedule","/FilerInfo/Fees/Misc_Fee_Schedule.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu9_4=new Array("Internet Credit Card Manual","/FilerInfo/Fees/InternetCreditCardManual.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu9_5=new Array("Fee Compendium","/FilerInfo/Fees/FeeCompendium.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");
	Menu9_6=new Array("EPA Fee Schedule","/external.asp?http://www.pacer.gov/documents/epa_feesched.pdf","",0,18,150,"","","","","","",-1,-1,-1,"",""); 	
	Menu9_7=new Array("Check Paying Customers","/Publications/Notices/notice_20111021_PCC_Notice.pdf","",0,18,150,"","","","","","",-1,-1,-1,"","");


Menu10=new Array("Research and Forms","/sitemap_menu.asp?page=Bankruptcy Research and Forms&menu=10","",2,18,120,"","","","","","",-1,-1,-1,"","");
	Menu10_1=new Array("Code & Rules","/AttyInfo/Code-Rules/code_rules.asp","",0,18,140,"","","","","","",-1,-1,-1,"","");
    Menu10_2=new Array("Bankruptcy Forms","/Forms/bkforms.htm","",0,18,120,"","","","","","",-1,-1,-1,"","");


Menu11=new Array("Electronic Case Filing","ecf/","",0,18,120,"","","","","","",-1,1,-1,"","");


Menu12=new Array("BAPCPA Websites","/FilerInfo/BAPCPA_links.asp","",0,18,130,"","","","","","",-1,-1,-1,"","");


Menu13=new Array("Related Sites","/sitemap_menu.asp?page=Related%20Sites&menu=13","",11,18,120,"","","","","","",-1,1,-1,"","");
	Menu13_1=new Array("DISCLAIMER","/Disclaimer.asp","",0,18,120,"","","","","","",-1,1,-1,"","");
	Menu13_2=new Array("Web PACER","/external.asp?http://www.pacer.gov","",0,18,120,"","","","","","",-1,1,-1,"","An account is required.");
	Menu13_3=new Array("OHN District Court","/external.asp?http://www.ohnd.uscourts.gov","",0,18,120,"","","","","","",-1,1,-1,"","Ohio Northern District Court");
	Menu13_4=new Array("US Trustee's Office","/external.asp?http://www.justice.gov/ust/r09/index.htm","",7,18,120,"","","","","","",-1,1,-1,"","United States Department of Justice Bankruptcy Trustees, Region 9");
        	Menu13_4_1=new Array("US Trustee's - Region 9","/external.asp?http://www.justice.gov/ust/r09/index.htm","",0,18,140,"","","","","","",-1,1,-1,"","http://www.usdoj.gov/ust/r09/cleveland.htm");
        	Menu13_4_2=new Array("Ch 13 Office - Akron","/external.asp?http://www.chapter13akron.com","",0,18,140,"","","","","","",-1,1,-1,"","http://www.chapter13akron.com");
	        Menu13_4_3=new Array("Ch 13 Office - Canton","/external.asp?http://www.chapter13canton.com","",0,18,140,"","","","","","",-1,1,-1,"","http://www.chapter13canton.com");
	        Menu13_4_4=new Array("Ch 13 Office - Cleveland","/external.asp?http://www.13trusteecleveland.com","",0,18,140,"","","","","","",-1,1,-1,"","");
	        Menu13_4_5=new Array("Ch 13 Office - Toledo","/external.asp?http://www.chapter13toledo.com/","",0,18,140,"","","","","","",-1,1,-1,"","");
	        Menu13_4_6=new Array("BankruptcyLink Login","/external.asp?http://www.bankruptcylink.com/bl13/login.asp","",0,18,140,"","","","","","",-1,1,-1,"","");
	        Menu13_4_7=new Array("Reporting Fraud","/external.asp?http://www.justice.gov/ust/eo/fraud/index.htm","",0,18,140,"","","","","","",-1,1,-1,"","http://www.usdoj.gov/ust/eo/fraud/index.htm");
	Menu13_5=new Array("Federal Judiciary","/external.asp?http://www.uscourts.gov","",0,18,120,"","","","","","",-1,1,-1,"","Information from and about the United States Judicial Branch; Supreme Court, Appeals Court, District Court, and Bankruptcy Court");
	Menu13_6=new Array("NCBC","/external.asp?http://ncbc.memberclicks.net/","",0,18,120,"","","","","","",-1,1,-1,"","National Conference of Bankruptcy Clerks");
	Menu13_7=new Array("FCCA","/external.asp?http://www.fcca.ws","",0,18,120,"","","","","","",-1,1,-1,"","Federal Court Clerks Association");
	Menu13_8=new Array("BNC","/external.asp?http://www.ebnuscourts.com","",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).");
	Menu13_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.");
	Menu13_10=new Array("Attorney Directory","/external.asp?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.");
	Menu13_11=new Array("Foreclosure Prevention","/filerinfo/foreclosures.asp","",0,18,100,"","","","","","",-1,-1,-1,"","");


