_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="#000000";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=1;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
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=120;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;url=index.php;subimage=;borderwidth=0;separatorsize=0;");
aI("text=Our Solutions&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;showmenu=solutions;url=;subimage=;separatorsize=0;");
aI("text=Our Company&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;showmenu=company;url=;subimage=;separatorsize=0;");
aI("text=Business Benefits&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;url=benefits.php;subimage=;separatorsize=0;");
aI("text=Contact Us;showmenu=news;url=contact.php;subimage=;separatorsize=0;");
}
	with(menuStyle1=new mm_style()){
onbgcolor="#EF8A05";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#A2A2A2";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
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("solutions")){
	style=menuStyle1;
	aI("text=Main;url=solutions.php;");
	aI("text=AppealFinance;url=solutions_appeal.php;showmenu=solutions1;");
	aI("text=CostFinance;url=solutions_cost.php;showmenu=solutions2;");
	aI("text=FirmFinance;url=solutions_firm.php;showmenu=solutions3;");
	aI("text=SettlementFinance;url=solutions_settlement.php;showmenu=solutions4;");
	aI("text=CustomFinance;url=solutions_custom.php;showmenu=solutions5;");
	
	}
	with(milonic=new menuname("solutions1")){
	style=menuStyle1;
	aI("text=Appeal Finance Description  ;url=solutions_appeal.php;");
	aI("text=Appeal Finance Benefits  ;url=solutions_appeal_benefit.php;");
	aI("text=Appeal Finance Pricing ;url=solutions_appeal_pricing.php;");
	aI("text=Appeal Finance Q & A  ;url=solutions_appeal_qa.php;");
	
	}
	with(milonic=new menuname("solutions2")){
	style=menuStyle1;
	aI("text=Cost Finance Description  ;url=solutions_cost.php;");
	aI("text=Cost Finance Benefits  ;url=solutions_cost_benefit.php;");
	aI("text=Cost Finance Pricing ;url=solutions_cost_pricing.php;");
	aI("text=Cost Finance Q & A  ;url=solutions_cost__qa.php;");
	
	}
	with(milonic=new menuname("solutions3")){
	style=menuStyle1;
	aI("text=Firm Finance Description  ;url=solutions_firm.php;");
	aI("text=Firm Finance Benefits  ;url=solutions_firm_benefit.php;");
	aI("text=Firm Finance Pricing ;url=solutions_firm_pricing.php;");
	aI("text=Firm Finance Q & A  ;url=solutions_firm_qa.php;");
	
	}
	with(milonic=new menuname("solutions4")){
	style=menuStyle1;
	aI("text=Settlement Finance Description  ;url=solutions_settlement.php;");
	aI("text=Settlement Finance Benefits  ;url=solutions_settlement_benefit.php;");
	aI("text=Settlement Finance Pricing ;url=solutions_settlement_pricing.php;");
	aI("text=Settlement Finance Q & A  ;url=solutions_settlement_qa.php;");
	
	}
	with(milonic=new menuname("solutions5")){
	style=menuStyle1;
	aI("text=Custom Finance Description  ;url=solutions_custom.php;");
	aI("text=Custom Finance Benefits  ;url=solutions_custom_benefit.php;");
	aI("text=Custom Finance Pricing ;url=solutions_custom_pricing.php;");
	aI("text=Custom Finance Q & A  ;url=solutions_custom_qa.php;");
	
	}
	
	with(milonic=new menuname("company")){
	style=menuStyle1;
	aI("text=Main ;url=company.php;");
	aI("text=Ethics & Law;url=company_ethics.php;");
	aI("text=Jobs;url=company_jobs.php;");
	aI("text=News;url=company_news.php;");
	aI("text=Privacy Statement;url=company_privacy.php;");
	
	
	}



		//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();