var sub1LeftOffset = 25;
var sub2LeftOffset = -10;
var sub3LeftOffset = -4;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-0;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Lucida Grande, Lucida Sans Unicode, Verdana, Arial, tahoma";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#008ee0";
oncolor="#ffffff";
padding=4;
pagebgcolor="#000000";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=2;
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Keith Poletiek;url=about_keith.html;");
aI("text=Wide Open Productions;url=wo_productions;");
aI("text=Why Frogfinger;url=why_frogfinger;");
}

with(milonic=new menuname("ministries")){
style=menuStyle;
aI("text=Keith Live;url=keith_live.html;");
aI("text=Project 316;url=project316.html;");
}


with(milonic=new menuname("events")){
style=menuStyle;
aI("text=Project 316;url=project316.html;");
aI("text=Rally 316;url=events.html;");
aI("text=Let Me Illustrate;url=events.html;");
}

with(milonic=new menuname("store")){
style=menuStyle;
aI("text=Johnny Lazarus;url=johnny_lazarus.html;");
}

with(milonic=new menuname("support")){
style=menuStyle;
aI("text=City Of Refuge;url=city_of_refuge.html;");
aI("text=Give 316;url=give316.html;");
}

drawMenus();
