fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=420;
_subOffsetLeft=360;


with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#BFC0C0";
oncolor="#000000";
rawcss="padding-left:2px;padding-right:2px";
separatorimage="images/buttonSep.jpg";
separatorsize=5;
}

with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12pt";
offcolor="#ffffff";
oncolor="#ffffff";
/*rawcss="padding-left:27px;padding-right:27px";
/*separatorimage="images/buttonSep.jpg";
separatorsize=0;*/
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=106;
itemwidth=90;
left=250;
orientation="horizontal";
style=menuStyle;
top=174;
aI("align=center;bgimage=images/buttonHomeSmall.jpg;text=.;url=http://www.thelesters.com/;");
aI("align=center;bgimage=images/buttonWeekSmall.jpg;showmenu=Week;text=.;");
aI("align=center;bgimage=images/buttonFamilySmall.jpg;showmenu=Family;text=.;");
aI("align=center;bgimage=images/buttonStoreSmall.jpg;showmenu=Store;text=.;");
aI("align=center;bgimage=images/buttonForYouSmall.jpg;showmenu=forYou;text=.;");
aI("align=center;bgimage=images/buttonContactSmall.jpg;text=.;url=contact.htm;");
}

with(milonic=new menuname("Week")){
itemheight=24;
itemwidth=100;
orientation="horizontal";
style=submenuStyle;
top="offset=5";
aI("align=center;bgimage=images/buttonLeftBigSmall.jpg;text=highlights;url=pastWeek.htm;");
aI("align=center;bgimage=images/button.jpg;text=joke;url=joke.htm;");
aI("align=center;bgimage=images/button.jpg;text=devotional;url=devotion.htm;");
aI("align=center;bgimage=images/buttonRightBigSmall.jpg;text=ministry needs;url=needs.htm;");

}

with(milonic=new menuname("Family")){
itemheight=24;
itemwidth=100;
orientation="horizontal";
style=submenuStyle;
top="offset=5";
aI("align=center;bgimage=images/buttonLeftBigSmall.jpg;text=bios;url=bios.htm;");
aI("align=center;bgimage=images/button.jpg;text=family tree;url=history.htm;");
aI("align=center;bgimage=images/buttonRightBigSmall.jpg;text=where are they?;url=now.htm;");
}

with(milonic=new menuname("Store")){
itemheight=24;
itemwidth=100;
orientation="horizontal";
style=submenuStyle;
top="offset=5";
aI("align=center;bgimage=images/buttonLeftBigSmall.jpg;text=CDs/DVDs;url=cds.htm;");
aI("align=center;bgimage=images/buttonRightBigSmall.jpg;text=apparel;url=apparel.htm;");
aI("align=center;bgimage=images/buttonLeftBigSmall.jpg;text=Download Store;url=digitaldownloads.html;");
}

with(milonic=new menuname("forYou")){
itemheight=24;
itemwidth=100;
orientation="horizontal";
style=submenuStyle;
top="offset=5";
aI("align=center;bgimage=images/buttonLeftBigSmall.jpg;text=fan photos;url=fanPhotos.htm;");
aI("align=center;bgimage=images/button.jpg;text=schedule;url=schedule.htm;");
aI("align=center;bgimage=images/buttonRightBigSmall.jpg;text=fall festival;url=fallFestival2.html;");
}


drawMenus();


