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


aI("text=<img src='images/ccsc_off.jpg' alt='Christian Community Service Center' title='Christian Community Service Center' name='northwestern' id='northwestern' onmouseover='menu_highlight(\"northwestern\",\"ccsc_on.jpg\")' onmouseout='menu_drop(\"northwestern\",\"ccsc_off.jpg\")'>;url=http://www.faithchurchfamily.org/service/ccsc.html;");

aI("text=<img src='images/pdap_off.jpg' alt='Palmer Drug Abuse Program' title='Palmer Drug Abuse Program' name='gunderson' id='gunderson' onmouseover='menu_highlight(\"gunderson\",\"pdap_on.jpg\")' onmouseout='menu_drop(\"gunderson\",\"pdap_off.jpg\")'>;url=http://www.faithchurchfamily.org/service/pdap.html;");

aI("text=<img src='images/aa_off.jpg' alt='Alcoholics Anonymous' title='Alcoholics Anonymous' name='reincarnation' id='reincarnation' onmouseover='menu_highlight(\"reincarnation\",\"aa_on.jpg\")' onmouseout='menu_drop(\"reincarnation\",\"aa_off.jpg\")'>;url=http://www.faithchurchfamily.org/service/aa.html;");

aI("text=<img src='images/samcen_off.jpg' alt='Samaritan Center' title='Samaritan Center' name='luther' id='luther' onmouseover='menu_highlight(\"luther\",\"samcen_on.jpg\")' onmouseout='menu_drop(\"luther\",\"samcen_off.jpg\")'>;url=http://www.faithchurchfamily.org/service/samcenter.html;");

aI("text=<img src='images/habitat_off.jpg' alt='Habitat for Humanity' title='Habitat for Humanity' name='siggs' id='siggs' onmouseover='menu_highlight(\"siggs\",\"habitat_on.jpg\")' onmouseout='menu_drop(\"siggs\",\"habitat_off.jpg\")'>;url=http://www.faithchurchfamily.org/service/habitat.html;");

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

aI("text=<img src='images/interfaith_off.jpg' alt='Interfaith Ministries' title='Interfaith Ministries' name='commons' id='commons' onmouseover='menu_highlight(\"commons\",\"interfaith_on.jpg\")' onmouseout='menu_drop(\"commons\",\"interfaith_off.jpg\")'>;url=http://www.faithchurchfamily.org/service/interfaith.html;");

aI("text=<img src='images/quilters_off.jpg' alt='Quilters' title='Quilters' name='northhall' id='northhall' onmouseover='menu_highlight(\"northhall\",\"quilters_on.jpg\")' onmouseout='menu_drop(\"northhall\",\"quilters_off.jpg\")'>;url=http://www.faithchurchfamily.org/service/quilters.html;");

}






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

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

drawMenus();

