


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // 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="#324789";
oncolor="white";
offbgcolor="#999999";
offcolor="white";
bordercolor="white";
borderstyle="solid";
borderwidth=1;
separatorcolor="white";
separatorsize="1";
padding=0;
spacing=0;
fontsize="9px";
align="center";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="4";
subimagespacing="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
}
with(submenuStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="white";
offbgcolor="#cccccc";
offcolor="black";
bordercolor="white";
borderstyle="solid";
borderwidth=1;
padding=6;
fontsize="9px";
align="left";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
itemheight="11";
separatorpadding="3";
subimagespacing="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Critical")){
style=submenuStyle;
aI("text=Family;url=../web/category.asp?SID=2&catid=2;itemwidth=128;status=Family;");
aI("text=Personal;url=../web/category.asp?SID=2&catid=3;itemwidth=128;status=Personal;");
aI("text=Emotional;url=../web/category.asp?SID=2&catid=4;itemwidth=128;status=Emotional;");
aI("text=Divorce Recovery;url=../web/category.asp?SID=2&catid=1;itemwidth=128;status=Divorce Recovery;");
}  
  
  with(milonic=new menuname("Spiritual")){
style=submenuStyle;
aI("text=Knowing God;url=../web/article.asp?articleID=59;");
aI("text=Issues Of The Spirit;url=../web/category.asp?SID=3&catid=6;");
aI("text=Self-Directed Bible Studies;url=../web/sdbs.asp;");
aI("text=Ten Reasons To Believe;url=../web/category.asp?SID=3&catid=8;");
}  


with(milonic=new menuname("Business")){
style=submenuStyle;
aI("text=Business & Leadership;url=../web/category.asp?SID=21&catid=18;itemwidth=139;");

}
  
with(milonic=new menuname("AboutUs")){
style=submenuStyle;
aI("text=Our Mission;url=../web/L2.asp?SID=5&CID=30;");
aI("text=Our Partners;url=../web/L2.asp?SID=5&CID=32;");
}



drawMenus();

