_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-1             // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#633100";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#8A4705";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=91;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.gif;overimage=images/home.gif;url=index.php;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/firm.gif;overimage=images/firm.gif;showmenu=firm;url=Overview.php;subimage=;separatorsize=0;");
aI("image=images/profile.gif;overimage=images/profile.gif;url=DynamicAttorneys.php;subimage=;separatorsize=0;");
aI("image=images/bank.gif;overimage=images/bank.gif;showmenu=bank;url=Bankruptcy.php;subimage=;separatorsize=0;");
aI("image=images/newsletter.gif;overimage=images/newsletter.gif;url=newsletter.php;subimage=;separatorsize=0;");
aI("image=images/fees.gif;overimage=images/fees.gif;url=Fees.php;subimage=;separatorsize=0;");
aI("image=images/warning.gif;overimage=images/warning.gif;url=Warning.php;subimage=;separatorsize=0;");
aI("image=images/contact.gif;overimage=images/contact.gif;url=StaticForm.php;subimage=;separatorsize=0;");

}

	


	with(milonic=new menuname("firm")){
	style=menuStyle;
	aI("text=Overview;url=Overview.php;");
	aI("text=How We Work;url=How_We_Work.php;");
	
	}
	
		with(milonic=new menuname("bank")){
	style=menuStyle;
	aI("text=Overview&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;showmenu=Bankruptcy;url=Bankruptcy.php;");
	aI("text=Chapter 13;url=Chapter13.php;showmenu=Chapter13;");
	aI("text=Chapter 7;url=Chapter7bankruptcy.php;showmenu=Chapter7bankruptcy;");
	aI("text=Home Foreclosures;url=home_foreclosures.php;showmenu=home_foreclosures;");
	aI("text=Managing Consumer Debt;url=consumer_debt.php;");
	aI("text=Automatic Stay;url=automatic_stay.php;");
	aI("text=FAQ;url=faqs.php;");
	aI("text=Resources;url=WebResources.php;");

	}
	
			with(milonic=new menuname("Bankruptcy")){
	style=menuStyle;
	aI("text=Bankruptcy Options;url=bankruptcy_options.php;");
	aI("text=Reestablishing Credit after Bankruptcy;url=reestablishing.php;");
	aI("text=Bankruptcy Law ;url=Bankruptcylaw.php;");
	aI("text=Changes to Bankruptcy Law;url=Bankruptcy_changes.php;");
	aI("text=Importance of Consulting with a Bankruptcy Attorney ;url=Bankruptcy_Consulting.php;");
	}
	
	with(milonic=new menuname("Chapter13")){
	style=menuStyle;
	aI("text=Eligibility for Chapter 13 Bankruptcy;url=Bankruptcy_eligibility.php;");
	aI("text=Filing Chapter 13 Bankruptcy;url=Bankruptcy_filing.php;");
	aI("text=Chapter 13 Bankruptcy Process;url=Bankruptcy_Process.php;");
	aI("text=Alternatives to Chapter 13 Bankruptcy;url=alternatives.php;");
	aI("text=Discharge from Chapter 13 Bankruptcy;url=discharge.php;");
	}
		with(milonic=new menuname("Chapter7bankruptcy")){
	style=menuStyle;
	aI("text=Eligibility for Chapter 7 Bankruptcy;url=chapter7_eligibility.php;");
	aI("text=Filing Chapter 7 Bankruptcy;url=chapter7_filing.php;");
	aI("text=Chapter 7 Bankruptcy Process;url=chapter7_process.php;");
	aI("text=Alternatives to Chapter 7 Bankruptcy;url=chapter7_alternatives.php;");
	aI("text=Discharge from Chapter 7 Bankruptcy;url=chapter7_discharge.php;");
	}
	with(milonic=new menuname("home_foreclosures")){
	style=menuStyle;
	aI("text=Steps on How to Avoid Foreclosures;url=foreclosures_steps.php;");
	
	}
	//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();
