

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=117             // Sub menu top offset
_subOffsetLeft=-148           // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#F7F4EB";
offcolor="#515151";
bordercolor="#F7F4EB";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
top=117;
left=148;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;Home&nbsp;;url=http://www.expressequipmentfinance.com/;status=Back To Home Page;");
aI("text=&nbsp;Financing FAQs&nbsp;;url=http://www.expressequipmentfinance.com/equipment-financing-faqs.htm;status=Back To Home Page;showmenu=Faqs;");
aI("text=&nbsp;Finance Wizard&nbsp;;url=http://www.expressequipmentfinance.com/financing-wizard.php;status=To Wizard;");
aI("text=&nbsp;Finance Programs;;url=http://www.expressequipmentfinance.com/financing-programs.htm;status=To Tools ;showmenu=Programs;");
aI("text=&nbsp;Request Information&nbsp;;url=http://www.expressequipmentfinance.com/request-info.php;status=To Info;");
aI("text=&nbsp;Quote Tools&nbsp;;url=http://www.expressequipmentfinance.com/tools.php;status=To Tools ;showmenu=Tools;");
aI("text=Contact Us;url=http://www.expressequipmentfinance.com/contact.php;status=To Contact;");
}

with(milonic=new menuname("Faqs")){
style=menuStyle;
overflow="scroll";
aI("text=Why Lease;url=http://www.expressequipmentfinance.com/why-lease.htm;");

}

with(milonic=new menuname("Programs")){
style=menuStyle;
aI("text=Program 1;url=http://www.expressequipmentfinance.com/program1.htm;");
aI("text=Program 2;url=http://www.expressequipmentfinance.com/program2.htm;");
aI("text=Program 3;url=http://www.expressequipmentfinance.com/program3.htm;");
aI("text=Program 4;url=http://www.expressequipmentfinance.com/program4.htm;");
aI("text=Program 5;url=http://www.expressequipmentfinance.com/program5.htm;");
aI("text=What to Include;url=http://www.expressequipmentfinance.com/include.htm;");
aI("text=Application;url=https://secure.azimpact.com/~expresse/application.htm;");

}

with(milonic=new menuname("Tools")){
style=menuStyle;
aI("text=New Business Quote;url=http://www.expressequipmentfinance.com/tools-lease.php");
aI("text=Established Business Quote;url=http://www.expressequipmentfinance.com/tools-lease-established.php");
aI("text=Equipment Insurance Quote;url=http://www.expressequipmentfinance.com/tools-insurance.php;");

}
drawMenus();


