//IMAGE-BASED MAIN NAV BAR

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle;
position="relative";
aI("image=inv-but.jpg;overimage=ov-inv-but.jpg;url=inventory.asp;");
aI("image=cons-but.jpg;overimage=ov-cons-but.jpg;url=consignment.asp;");
aI("image=about-but.jpg;overimage=ov-about-but.jpg;url=about.asp;");
aI("image=financing-but.jpg;overimage=ov-financing-but.jpg;url=financing.asp;");
aI("image=cc-but.jpg;overimage=ov-cc-but.jpg;url=inventory.asp?l=rods;");
aI("image=contact-but.jpg;overimage=ov-contact-but.jpg;url=contact.asp;");
}
drawMenus();
