

_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0           // The time delay before menus open on mouse over
_subOffsetTop=6              // Sub menu top offset
_subOffsetLeft=-6          // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="CCCCCC";
oncolor="#01409E";
offbgcolor="White";
offcolor="Black";

bordercolor="#939393";
borderstyle="solid";
borderwidth=0;

separatorcolor="#939393";
separatorsize=0;

padding=6;

fontsize="9";
fontstyle="normal";
fontweight="normal";
fontfamily="verdana";

pagecolor="White";
pagebgcolor="#317762";

headercolor="yellow";
headerbgcolor="orange";

subimage="../_images/menu/arrow.gif";
subimagepadding="2";

//type="tree"

//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
//outfilter="randomdissolve(duration=0.3)";

}

with(menuStyleSub=new mm_style()){
onbgcolor="CCCCCC";
oncolor="#01409E";
offbgcolor="White";
offcolor="Black";

bordercolor="#939393";
borderstyle="solid";
borderwidth=1;

separatorcolor="#939393";
separatorsize=0;

padding=6;

fontsize="9";
fontstyle="normal";
fontweight="normal";
fontfamily="verdana";

pagecolor="White";
pagebgcolor="#215143";

headercolor="yellow";
headerbgcolor="orange";

subimage="../_images/menu/arrow.gif";
subimagepadding="2";

//type="tree"

//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
//outfilter="randomdissolve(duration=0.3)";

}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=100;
//left=100;
alwaysvisible=1;
orientation="vertical";
position="relative"; 
aI("text=Leasing vs. Alternatives;showmenu=LeaseTools_Alternatives;");
aI("text=Fleet News;url=/leasetools/FleetNews.asp;");
aI("text=Start Up / Build Out Date;url=/leasetools/StartUpBuildOut.asp;");
aI("text=Most FAQ's;url=/leasetools/FAQ.asp;");
aI("text=Web Resources;showmenu=LeaseTools_WebResources;;");
}

with(milonic_m=new menuname("LeaseTools_Alternatives")){
style=menuStyleSub;
aI("text=Open End vs. Closed End Leasing;url=/leasetools/OpenEnd.asp;;");
aI("text=Leasing vs. Company Owned;url=/leasetools/CompanyOwned.asp;");
aI("text=Leasing vs. Driver Reimbursement;url=/leasetools/DriverReimburse.asp;");
}

with(milonic_m=new menuname("LeaseTools_WebResources")){
style=menuStyleSub;
aI("text=Manufacturers;url=/leasetools/WebResources.asp;;");
aI("text=State Motor Vehicle Departments;url=/leasetools/SMVD.asp;");
aI("text=Industry Links;url=/leasetools/IndustryLinks.asp;");
}

drawMenus();


