


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#465D93";
oncolor="#ffffff";
offbgcolor="#2E405D";
offcolor="#515151";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#7485AE";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
}


with(menuSubStyle=new mm_style()){
onbgcolor="#465D93";
oncolor="#ffffff";
offbgcolor="#2E405D";
offcolor="#CCCCCC";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2E405D";
separatorsize="1";
padding=7;
fontsize="10pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#A2ADC9";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=206;
alwaysvisible=1;
orientation="horizontal";
aI("image=/graphics/b.company.gif;overimage=/graphics/b.company.b.gif;url=/company.html;showmenu=Company;status=Company;");
aI("image=/graphics/b.commercial.gif;overimage=/graphics/b.commercial.b.gif;url=/commercial.html;showmenu=Commercial;status=Commercial;");
aI("image=/graphics/b.healthcare.gif;overimage=/graphics/b.healthcare.b.gif;url=/healthcare.html;showmenu=Healthcare;status=Healthcare;");
aI("image=/graphics/b.newsletter.gif;overimage=/graphics/b.newsletter.b.gif;url=/newsletter/newsletter.html;showmenu=Newsletter;status=Newsletter;");
aI("image=/graphics/b.contact.gif;overimage=/graphics/b.contact.b.gif;url=/contact/contact.html;status=Contact Variant Leasing;");
}

with(milonic=new menuname("Company")){
style=menuSubStyle;
top=26;
left=226;
aI("text=Mission Statement;url=company.html#mission;status=Mission Statement;");
aI("text=Experience;url=company.html#experience;status=Experience;");
aI("text=Success Stories;url=company.html#success;status=Success Stories;");
}

with(milonic=new menuname("Commercial")){
style=menuSubStyle;
aI("text=Leasing Products;url=/commercial.html#products;status=Commercial >Leasing Products;");
aI("text=Types of Equipment Financed;url=/commercial.html#equipment;status=Commercial >Types of Equipment Financed;");
aI("text=Why Lease?;url=/commercial.html#why;status=Commercial >Why Lease?;");
aI("text=Vendors;url=/commercial.html#vendors;status=Commercial >Vendors;");
aI("text=Applications;url=/apps/appdownload.html;status=Commercial >Lease Applications;");
}

with(milonic=new menuname("Healthcare")){
style=menuSubStyle;
aI("text=Facilities Financed;url=/healthcare.html#facilities;status=Healthcare >Facilities Financed;");
aI("text=Healthcare Lending Solutions;url=/healthcare.html#hcsolutions;status=Healthcare >Healthcare Lending Solutions;");
aI("text=Vendors;url=/healthcare.html#vendors;status=Healthcare >Vendors;");
aI("text=Healthcare Lending Resources;url=/healthcare.html#resources;status=Healthcare >Healthcare Lending Resources;");
aI("text=Applications;url=/apps/appdownload.html;status=Healthcare >Lease Applications;");
}

with(milonic=new menuname("Newsletter")){
style=menuSubStyle;
aI("text=Current Newsletter;url=/newsletter/newsletter.html;status=Newsletter;");
aI("text=Subscribe;url=/newsletter/subscribe.html;status=Subscribe;");
}

drawMenus();

