fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#0E1555";
headercolor="#000000";
offbgcolor="#0E1555";
offcolor="#FFFFFF";
onbgcolor="#0E1555";
oncolor="#FFFF00";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=4;
pagebgcolor="#0E1555";
pagecolor="yellow";
separatorcolor="#999999";
separatorsize=0;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=7;
orientation="horizontal";
style=menuStyle;
top=59;
aI("showmenu=New;text=New Products&nbsp;&nbsp;&nbsp;;;url=inventorynew01.cfm;");
aI("showmenu=Surplus;text=Surplus Assets&nbsp;&nbsp;&nbsp;;;url=inventory01.cfm;");
aI("text=Rentals&nbsp;&nbsp;&nbsp;;url=inventoryrental02.cfm?loc=1;");
aI("showmenu=Invest;text=Investment Recovery&nbsp;&nbsp;&nbsp;;");
aI("showmenu=Resource;text=Resources&nbsp;&nbsp;&nbsp;;");
aI("text=Partners&nbsp;&nbsp;&nbsp;;url=partner_main.cfm;");
aI("showmenu=Profile;text=Profile&nbsp;&nbsp;&nbsp;;url=profile.cfm;");
aI("text=&nbsp;&nbsp;Home;url=index.cfm;");
}

with(milonic=new menuname("New")){
style=menuStyle;
aI("text=&nbsp;View Products&nbsp;&nbsp;;url=inventorynew01.cfm;");
aI("text=&nbsp;Request For Quote&nbsp;&nbsp;;url=rfqnew01.cfm;");
aI("text=&nbsp;Inventory Alerts&nbsp;&nbsp;;url=inventoryalert.cfm;");
}

with(milonic=new menuname("Surplus")){
style=menuStyle;
aI("text=&nbsp;View Assets&nbsp;&nbsp;;url=inventory01.cfm;");
aI("text=&nbsp;Sell to Us&nbsp;&nbsp;;url=sell01.cfm;");
aI("text=&nbsp;Request For Quote&nbsp;&nbsp;;url=rfq01.cfm;");
aI("text=&nbsp;Inventory Alerts&nbsp;&nbsp;;url=inventoryalert.cfm;");
}

with(milonic=new menuname("Invest")){
style=menuStyle;
aI("text=&nbsp;Investment Recovery Program&nbsp;&nbsp;;url=investment.cfm;");
aI("text=&nbsp;Services&nbsp;&nbsp;;url=services.cfm;");
}

with(milonic=new menuname("Resource")){
style=menuStyle;
aI("text=&nbsp;Buyer's Guide&nbsp;&nbsp;;url=buyersguide.cfm;");
aI("text=&nbsp;Technical Library&nbsp;&nbsp;;url=techlib.cfm;");
aI("text=&nbsp;Market Overviews&nbsp;&nbsp;;url=marketoverviews.cfm;");
aI("text=&nbsp;Inventory RSS Feeds&nbsp;&nbsp;;url=feeds_inv.cfm;");
}


drawMenus();

