with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
overflow="scroll";
orientation="horizontal";
style=menuStyle;
aI("text=Goldleaf;url=index.htm;itemwidth=150;");
aI("showmenu=Products;text=Products;url=products.htm;itemwidth=150;");
aI("text=Dealers;url=dealers.htm;itemwidth=125;");
aI("text=The Goldleaf Advantedge™;url=advantedge.htm;itemwidth=250;");
aI("text=Contact Us;url=contact.htm;itemwidth=150;");
}

drawMenus();


