with(menuStyle=new mm_style()){
styleid=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=3;
orientation="horizontal";
style=menuStyle;
position="relative";
menuwidth=800;
screenposition="center";
aI("url=index.html;image=graphics/top_bar/home.gif;overimage=graphics/top_bar/home_on.gif;;");
aI("image=graphics/top_bar/about.gif;overimage=graphics/top_bar/about_on.gif;showmenu=about;;");
aI("image=graphics/top_bar/ministries.gif;overimage=graphics/top_bar/ministries_on.gif;showmenu=ministries;;");
aI("image=graphics/top_bar/events.gif;overimage=graphics/top_bar/events_on.gif;showmenu=events;;");
aI("image=graphics/top_bar/store.gif;overimage=graphics/top_bar/store_on.gif;showmenu=store;;");
aI("image=graphics/top_bar/support.gif;overimage=graphics/top_bar/support_on.gif;showmenu=support;;");
aI("url=contact.html;image=graphics/top_bar/contact.gif;overimage=graphics/top_bar/contact_on.gif;;");
}

drawMenus();
