with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
overflow="scroll";
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=index.htm;itemwidth=150;");
aI("showmenu=Products;text=PRODUCTS;url=products.htm;itemwidth=150;");
aI("showmenu=Advantedge;text=THE LAMINATE DIRECT ADVANTEDGE&#8482;;url=advantedge.htm;itemwidth=330;");
aI("text=QUOTE;url=quote.htm;itemwidth=150;");
aI("text=CONTACT US;url=contact.htm;itemwidth=170;");
}

drawMenus();


