with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
menuwidth=1024;
screenposition="center";
aI("text=Home;url=../index.html;");
aI("showmenu=products;text=Products;");
aI("text=Support;url=../support/index.html;");
aI("showmenu=sales;text=Sales;");
aI("text=Contact;url=../fastec/index.html;");
aI("text=Links;url=../links/index.html;");
aI("text=About;url=../about/index.html;");
}
drawMenus();
