with(milonic=new menuname("Sample mainmenu")){
alwaysvisible=1;
left=40;
margin=2;
orientation="horizontal";
style=horizStyle;
position="relative"; 
aI("text=Home &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;title=Back to Home Page;url=/;");
aI("showmenu=Mvn About;text=About Us;");
aI("showmenu=Mvn Product;text=Products;");
aI("showmenu=Mvn Sales;text=Sales;");
aI("showmenu=Mvn Support;text=Support;");
aI("showmenu=Mvn Documentation;text=Developer Docs;");
aI("showmenu=Mvn Contacts;text=Contacts;");
aI("showmenu=Mvn Search;text=Search;");
}

drawMenus();
