with(milonic=new menuname("Main Menu")){
itemheight=20;
itemwidth=136;
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.htm;");
aI("text=About Parade;url=about.htm;");
aI("showmenu=Participants;text=Participants;url=participants_request.htm;");
aI("showmenu=Sponsorship;text=Sponsorship;url=sponsorship_request.htm;");
aI("text=Contact Us;url=contact.htm;");
}

drawMenus();

