fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#000080";
oncolor="#FFFFFF";
offbgcolor="#000080";
offcolor="#DFCFB5";
bordercolor="#933D3E";
borderstyle="solid";
borderwidth="0";
separatorcolor="#FFFFff";
separatorsize="1";
padding="3";
fontsize="11px";
fontstyle="normal";
fontweight='bold'   
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#000080";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="arrow.gif";
//subimage="/arrow.gif";  changed by Hank 05/15/2008 //
//subimage="http://quakertownbfc.org/quakertownbfc/menu/arrow.gif";
subimagepadding="2";

// below all occurances of "url=/" were replaced with "url="  (dropping the slash / ) so that it would run locally


// ORIGINAL SETTINGS
// onbgcolor="#E0D0B6";
// oncolor="#000000";
// offbgcolor="#933D3E";
// offcolor="#DFCFB5";
// bordercolor="#933D3E";
// borderstyle="solid";
// borderwidth=0;
// separatorcolor="#FFFFff";
// separatorsize="1";
// padding=3;
// fontsize="11px";
// fontstyle="normal";
// fontweight='bold'   
// fontfamily="Verdana, Tahoma, Arial";
// pagecolor="black";
// pagebgcolor="#E0D0B6";
// headercolor="#000000";
// headerbgcolor="#ffffff";
// subimage="MenuBar/arrow.gif";
// subimagepadding="2";

}



with(milonic=new menuname("Main Menu")){

style=menuStyle;

top=220
screenposition="center"
alwaysvisible=1;
orientation="horizontal";
menuwidth = 768
aI("text=Home;url=index.asp;status=Back To Home Page;");
aI("text=Welcome;url=welcome.asp;");
aI("text=About Us;showmenu=About Us;");
aI("text=About BFC;showmenu=BFC;");
aI("text=Current Events;showmenu=Events;");
aI("text=Contact Us;url=contactus.asp;");
aI("text=Archives;showmenu=Archives;");
aI("text=Our Young People;showmenu=YoungPeople;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
overflow="scroll";
aI("text=Our Staff;url=ourstaff.asp;");
aI("text=Our Leaders;url=ourleaders.asp;");
aI("text=Our Location;url=ourlocation.asp;");
aI("text=Our Ministries;url=OurMin__Index.asp;");
aI("text=Our Missionaries;url=Missions__Index.asp;");
aI("text=Our Message;url=ourmessage.asp;");
aI("text=Our Core Values;url=ourcorevalues.asp;");
}

with(milonic=new menuname("BFC")){
style=menuStyle;
overflow="scroll";
aI("text=Articles of Faith;url=http://www.mybfc.org/index.php?option=com_content&task=view&id=14&Itemid=30;target='blank'");
//aI("text=Biblical Principles;url=http://www.bfc.org/page.aspx?id=37511;target='blank'");
aI("text=BFC Homepage;url=http://www.mybfc.org;target='blank'");
}

with(milonic=new menuname("Events")){
style=menuStyle;
overflow="scroll";
aI("text=Order of Service;url=orderofservice.asp");
aI("text=Schedule;url=schedule.asp;");
aI("text=Month at a Glance;url=monthataglance.asp;");
aI("text=Announcements;url=announcements.asp;");
aI("text=Photos of Recent Events;url=recentevents.asp;");
aI("text=Food For Thought;url=foodforthought.asp;");
aI("text=Weather Cancellations;url=Cancellations.asp;");
}

with(milonic=new menuname("Archives")){
style=menuStyle;
overflow="scroll";
aI("text=Sermons;url=sermons.asp");
aI("text=Newsletters;url=newsletters.asp");
}

with(milonic=new menuname("YoungPeople")){
style=menuStyle;
overflow="scroll";
aI("text=Children's Ministries;url=ChildrensMinistries.asp");
aI("text=AWANA;url=ourmin_awana.asp");
aI("text=TFC;url=tfc.asp");
aI("text=Sunday School;url=ourmin_SundaySchool.asp");
aI("text=Children's Church;url=ourmin_childrenschurch.asp");
}


drawMenus();
