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="#4699ff";
oncolor="#ffffff";
offbgcolor="#0d1f37";
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="#4699ff";
oncolor="#ffffff";
offbgcolor="#0d1f37";
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("p6")){
style=submenuStyle;
overflow="scroll";


aI("text=<img src='../images/worships_off.jpg' alt='Worship Services' title='Worship Service' name='umyaya1' id='umyaya' onmouseover='menu_highlight(\"umyaya\",\"../images/worships_on.jpg\")' onmouseout='menu_drop(\"umyaya\",\"../images/worships_off.jpg\")'>;url=http://www.faithchurchfamily.org/worship/services.html;");

aI("text=<img src='../images/music_off.jpg' alt='Music Ensembles' title='Music Ensembles' name='stolaf' id='stolaf' onmouseover='menu_highlight(\"stolaf\",\"../images/music_on.jpg\")' onmouseout='menu_drop(\"stolaf\",\"../images/music_off.jpg\")'>;url=http://www.faithchurchfamily.org/worship/ensembles.html;");

aI("text=<img src='../images/altar_off.jpg' alt='Altar Guild' title='Altar Guild' name='thehill' id='thehill' onmouseover='menu_highlight(\"thehill\",\"../images/altar_on.jpg\")' onmouseout='menu_drop(\"thehill\",\"../images/altar_off.jpg\")'>;url=http://www.faithchurchfamily.org/worship/guild.html;");

aI("text=<img src='../images/assisting_off.jpg' alt='Worship Assisting' title='Worship Assisting' name='moen' id='moen' onmouseover='menu_highlight(\"moen\",\"../images/assisting_on.jpg\")' onmouseout='menu_drop(\"moen\",\"../images/assisting_off.jpg\")'>;url=http://www.faithchurchfamily.org/worship/assisting.html;");

aI("text=<img src='../images/tech_off.jpg' alt='Worship Technologies' title='Worship Technologies' name='thorson' id='thorson' onmouseover='menu_highlight(\"thorson\",\"../images/tech_on.jpg\")' onmouseout='menu_drop(\"thorson\",\"../images/tech_off.jpg\")'>;url=http://www.faithchurchfamily.org/worship/technologies.html;");

}






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

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


drawMenus();

