_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=Westerholms Biography;url=http://makuateam.org/MT/Westerholms/");
aI("bgimage=Link_CurrentNews.gif;image=transparent.gif;overbgimage=Link_CurrentNewsStar.gif;status=Westerholms Current Newsletter;url=http://makuateam.org/MT/Westerholms/westerholmsnews.htm;");
aI("bgimage=Link_NewsArchivesStar.gif;image=transparent.gif;overbgimage=Link_NewsArchivesStar.gif;status=Westerholms Newletter Archive;type=header;");
aI("bgimage=Link_PhotoAlbum.gif;image=transparent.gif;overbgimage=Link_PhotoAlbumStar.gif;status=Westerholms Photo Album;url=http://makuateam.org/MT/Westerholms/westerholmsphotoalbum.htm;");
aI("bgimage=Link_Video.gif;image=transparent.gif;overbgimage=Link_VideoStar.gif;status=Westerholms Video;url=http://makuateam.org/MT/Secured/westerholmvideo.htm;");
aI("bgimage=Link_Sponsors.gif;image=transparent.gif;overbgimage=Link_SponsorsStar.gif;status=Westerholms Sponsoring Churches;url=http://makuateam.org/MT/Westerholms/westerholmssponsors.htm;");
aI("bgimage=Link_ContactUs.gif;image=transparent.gif;overbgimage=Link_ContactUsStar.gif;status=Westerholms Contact Menu;showmenu=ContactUs;");
}

with(milonic=new menuname("ContactUs")){
style=background;
aI("text=Contact Information;status=Contact Information;url=http://makuateam.org/MT/Westerholms/westerholmscontactus.htm;");
aI("text=Send a Message;status=Send a Message;url=http://makuateam.org/MT/Westerholms/westerholmssendamessage.htm;");
aI("text=Subscribe;status=Subscribe;url=http://makuateam.org/MT/Westerholms/westerholmssubscribe.htm;");
}

drawMenus();


