_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(background=new mm_style()){
bgimage="Link_Background.gif";
borderstyle="solid";
fontfamily="Helvetica";
fontsize="75%";
fontstyle="italic";
fontweight="bold";
image="transparent.gif";
imagepadding=0;
itemheight=50;
itemwidth=200;
offcolor="#800000";
oncolor="#80b900";
overbgimage="Link_Background.gif";
separatorcolor="transparent";
separatorsize=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=50;
itemwidth=150;
left=10;
style=background;
top=200;
aI("bgimage=Link_Home.gif;image=transparent.gif;overbgimage=Link_Home_Star.gif;status=Back To Home Page;text= ;url=http://www.makuateam.org;");
aI("bgimage=Link_Biography.gif;image=transparent.gif;overbgimage=Link_BiographyStar.gif;status=Howells Biography;url=http://makuateam.org/MT/Howells/");
aI("bgimage=Link_CurrentNews.gif;image=transparent.gif;overbgimage=Link_CurrentNewsStar.gif;status=Howells Current Newsletter;url=http://makuateam.org/MT/Howells/howellsnews.htm;");
aI("bgimage=Link_NewsArchives.gif;image=transparent.gif;overbgimage=Link_NewsArchivesStar.gif;status=Howells Newletter Archive;url=http://makuateam.org/MT/Howells/howellsnewsarchive.htm;");
aI("bgimage=Link_PhotoAlbum.gif;image=transparent.gif;overbgimage=Link_PhotoAlbumStar.gif;status=Howells Photo Album;url=http://makuateam.org/MT/Howells/howellsphotoalbum.htm;");
aI("bgimage=Link_SponsorsStar.gif;image=transparent.gif;overbgimage=Link_SponsorsStar.gif;status=Howells Sponsoring Churches;type=header;");
aI("bgimage=Link_ContactUs.gif;image=transparent.gif;overbgimage=Link_ContactUsStar.gif;status=Howells Contact Menu;showmenu=ContactUs;");
}

with(milonic=new menuname("ContactUs")){
style=background;
aI("text=Contact Information;status=Contact Information;url=http://makuateam.org/MT/Howells/howellscontactus.htm;");
aI("text=Send a Message;status=Send a Message;url=http://makuateam.org/MT/Howells/howellssendamessage.htm;");
}

drawMenus();


