var bn=navigator.platform
var ie=navigator.appName
var leftmargin=0
var MacIE;
if(bn.indexOf("MacPPC")!=-1 && ie.indexOf("Microsoft Internet Explorer")!=-1)
{
	MacIE=true;
}
if(ie.indexOf("Microsoft Internet Explorer")!=-1)
leftmargin=-3

_menuCloseDelay=150           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="bold";
fontfamily="verdana,san-serif,Arial,Helvetica";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="5";
}

with(submenuStyle=new mm_style()){
onbgcolor="#FEA000";
oncolor="#ffffff";
offbgcolor="#3c79ca";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
separatorsize="0";
padding=0;
fontsize="10px";
fontweight="bold"
fontstyle="bold";
fontfamily="verdana,Arial,Helvetica,san-serif";
pagecolor="white";
pagebgcolor="#000000";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="5";
}




with(milonic=new menuname("p8")){
style=submenuStyle;
overflow="scroll";


aI("text=<img src='images/childedu_off.jpg' alt='Children Education' title='Children Education' name='duluth' id='duluth' onmouseover='menu_highlight(\"duluth\",\"childedu_on.jpg\")' onmouseout='menu_drop(\"duluth\",\"childedu_off.jpg\")'>;url=http://www.faithchurchfamily.org/discipleship/children.html;");

aI("text=<img src='images/adultedu_off.jpg' alt='Adult Education' title='Adult Education' name='stcloud' id='stcloud' onmouseover='menu_highlight(\"stcloud\",\"adultedu_on.jpg\")' onmouseout='menu_drop(\"stcloud\",\"adultedu_off.jpg\")'>;url=http://www.faithchurchfamily.org/discipleship/adults/index.html;");

aI("text=<img src='images/spirituality_off.jpg' alt='Spirituality' title='Spirituality' name='bemidji' id='bemidji' onmouseover='menu_highlight(\"bemidji\",\"spirituality_on.jpg\")' onmouseout='menu_drop(\"bemidji\",\"spirituality_off.jpg\")'>;url=http://www.faithchurchfamily.org/discipleship/spirituality/index.html;");

aI("text=<img src='images/prayers_off.jpg' alt='Prayer Ministries' title='Prayer Ministries' name='austin' id='austin' onmouseover='menu_highlight(\"austin\",\"prayers_on.jpg\")' onmouseout='menu_drop(\"austin\",\"prayers_off.jpg\")'>;url=http://www.faithchurchfamily.org/discipleship/prayers/index.html;");

aI("text=<img src='images/stewardship_off.jpg' alt='Stewardship' title='Stewardship' name='mpls' id='mpls' onmouseover='menu_highlight(\"mpls\",\"stewardship_on.jpg\")' onmouseout='menu_drop(\"mpls\",\"stewardship_off.jpg\")'>;url=http://www.faithchurchfamily.org/discipleship/stewardship/index.html;");

}






function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}


drawMenus();

