with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
overflow="scroll";
orientation="horizontal";
style=menuStyle;
aI("showmenu=Home;status=Back To Home Page;text=Home;url=index.htm;");
aI("showmenu=Products;text=Products;url=products.htm;");
aI("text=Services;url=services.htm;");
aI("text=Partners;url=partners.htm;;");
}

drawMenus();


