

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#212601";
offcolor="#ffffff";
onbgcolor="#812727";
onborder="1px solid #999999";
oncolor="#f0f0f0";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#401313";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="transparent";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="68%";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#f0f0f0";
onbgcolor="transparent";
oncolor="#812727";
//onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=3;
pagebgcolor="transparent";
pagecolor="#f0f0f0";
//pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="2";
//subimage="/images/Image/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			
			overflow="scroll";
			aI("text=About Us ;url=/welcome.php;");
			aI("text=Virtual Tour;url=/tour.php;");
			aI("text=Staff;url=/staff1.php;");
			aI("text=Contact & Directions;url=/contact.php;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Children;url=/children_home.php;");
			aI("text=Youth;url=http://loveandtruthchurchyouth.fhcaleb.com/index.php;");
			//aI("text=Adult;url=/ministry1.php;");
			aI("text=Connection Groups;url=/ministry4.php;");
			aI("text=Music & Media;url=/ministry5.php;");
			aI("text=Outreach;url=/ministry10.php;");
			aI("text=Spanish;url=/ministry7.php;");
			}

		with(milonic=new menuname("nav21")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Care Connection;url=/ministry4.php;");
			aI("text=Diner's Club;url=/ministry8.php;");
			}

		with(milonic=new menuname("nav22")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Music;url=/ministry5.php;");
			aI("text=Media;url=/ministry9.php;");
			}
		with(milonic=new menuname("nav23")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Local Outreach;url=/ministry6.php;");
			aI("text=Global Outreach;url=/ministry10.php;");
			}

			with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
			aI("text=Photo Gallery;url=/photo.php;");
			}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Get Connected;url=/connected.php;");
		//	aI("text=Prayer Requests;url=/prayer.php;");
		//	aI("text=Links;url=/links.php;");
			aI("text=Volunteer Opportunities;url=/volunteer.php;");
			}
		with(milonic=new menuname("home")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Church Home;url=http://loveandtruthchurch.fhcaleb.com/home.php;");
			aI("text=Children Home;url=http://loveandtruthchurch.fhcaleb.com/children_home.php;");			
			aI("text=Youth Home;url=http://loveandtruthchurchyouth.fhcaleb.com/;");
			aI("text=Main Page;url=http://loveandtruthchurch.fhcaleb.com/;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="vertical";
			position="relative";
			itemheight=20;
			margin=2;
			
			aI("text=Home;url=/home.php;showmenu=home;");
			aI("text=About Us;url=/welcome.php;showmenu=nav1;");
			aI("text=Ministries;url=/ministry1.php;showmenu=nav2;");
			aI("text=Calendar;url=/calendar.php;showmenu=nav3;");
			aI("text=Media;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/118635;");
			aI("text=Get Connected;url=/connected.php;showmenu=nav4;");
			aI("text=Contact & Directions;url=/contact.php;");
		}




drawMenus();


