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("p010")){
style=submenuStyle;
overflow="scroll";


aI("text=<img src='images/yadults_off.jpg' alt='Young Adults' title='Young Adults' name='rachael' id='rachael' onmouseover='menu_highlight(\"rachael\",\"yadults_on.jpg\")' onmouseout='menu_drop(\"rachael\",\"yadults_off.jpg\")'>;url=http://www.faithchurchfamily.org/vision/yadults.html;");

aI("text=<img src='images/families_off.jpg' alt='Emerging Families' title='Emerging Families' name='john' id='john' onmouseover='menu_highlight(\"john\",\"families_on.jpg\")' onmouseout='menu_drop(\"john\",\"families_off.jpg\")'>;url=http://www.faithchurchfamily.org/vision/families.html;");

aI("text=<img src='images/growth_off.jpg' alt='Spiritual Growth' title='Spiritual Growth' name='sarah' id='sarah' onmouseover='menu_highlight(\"sarah\",\"growth_on.jpg\")' onmouseout='menu_drop(\"sarah\",\"growth_off.jpg\")'>;url=http://www.faithchurchfamily.org/vision/growth.html;");

aI("text=<img src='images/hosp_off.jpg' alt='Hospitality' title='Hospitality' name='beth' id='beth' onmouseover='menu_highlight(\"beth\",\"hosp_on.jpg\")' onmouseout='menu_drop(\"beth\",\"hosp_off.jpg\")'>;url=http://www.faithchurchfamily.org/vision/hospitality.html;");

aI("text=<img src='images/governance_off.jpg' alt='Governance' title='Governance' name='sharon' id='sharon' onmouseover='menu_highlight(\"sharon\",\"governance_on.jpg\")' onmouseout='menu_drop(\"sharon\",\"governance_off.jpg\")'>;url=http://www.faithchurchfamily.org/vision/governance.html;");

aI("text=<img src='images/alignment_off.jpg' alt='Alignment and Implementation' title='Alignment and Implementation' name='tricia' id='tricia' onmouseover='menu_highlight(\"tricia\",\"alignment_on.jpg\")' onmouseout='menu_drop(\"tricia\",\"alignment_off.jpg\")'>;url=http://www.faithchurchfamily.org/vision/alignment.html;");

}






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

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


drawMenus();

