

_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";

pagebgcolor="#317762";
pagecolor="white";


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="#01409E";

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=Vehicle Selection - Acquisition;url=/products/vehicleselection.asp;;");
aI("text=Licencing, Title and Registration;url=/products/Licencing.asp;");
aI("text=Fleet Services;showmenu=fleet_services;url=");
aI("text=Maintenance Management Services;showmenu=maintenance;url=");
aI("text=Vehicle Disposal/Remarketing;url=/products/VehicleDisposal.asp;");
aI("text=Online Services and Reporting;url=/products/OnlineServices.asp;");
}

with(milonic=new menuname("fleet_services")){
style=menuStyleSub;
aI("text=Fleet Consultation and Management;url=/products/FleetServices.asp#FleetConsultation;");
aI("text=Order Status Inquiry and Reporting;url=/products/FleetServices.asp#OrderStatus;");
aI("text=Auto Tag/Auto Tag Plus;url=/products/FleetServices.asp#AutoTag;");
aI("text=Mileage Reporting;url=/products/FleetServices.asp#MileageReporting;");
aI("text=Driver Direct Access;url=/products/FleetServices.asp#DriverDirect;");
aI("text=Lease/Depreciation Monitoring;url=/products/FleetServices.asp#LeaseDeprecation;");
aI("text=Vehicle Replacment Analysis;url=/products/FleetServices.asp#VehicleReplacement;");
aI("text=Lease End Analysis;url=/products/FleetServices.asp#LeaseEndAnalysis;");
aI("text=Personal Mileage/Use Tax Reporting;url=/products/FleetServices.asp#PersonalMileage;");
}

with(milonic=new menuname("maintenance")){
style=menuStyleSub;
aI("text=Mileage Reporting;url=/products/MaintenanceMgmtServices.asp#MileageReporting;");
aI("text=Fuel Reporting;url=/products/MaintenanceMgmtServices.asp#FuelReporting;");
aI("text=Maintenance Mgmt and Reporting;url=/products/MaintenanceMgmtServices.asp#MaintenanceMgmtReporting;");
aI("text=Accident Mgmt and Subrogation Service;url=/products/MaintenanceMgmtServices.asp#AccidentMgmt;");
aI("text=Safety Programs;url=/products/MaintenanceMgmtServices.asp#SafetyPrograms;");
aI("text=Other Services;url=/products/MaintenanceMgmtServices.asp#OtherServices;");
aI("text=Emergency Roadside;url=/products/MaintenanceMgmtServices.asp#EmergencyRoadside;");
}

drawMenus();


