

_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=0              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;

with(subStyle=new mm_style()){
onbgcolor="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#eeeeee";
borderstyle="solid";
borderwidth=1;
separatorcolor="#eeeeee";
separatorsize="1";
separatorpadding="3";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
subimage="/images/10000/7000/672TR/arrow.gif";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#829AE4', Direction=200, Strength=5)";
outfilter="Fade(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#999999";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="19";
padding="0";
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Arial";
pagecolor="#999999";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
//fontweight="bold";

}		

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			
			orientation="vertical";
			position="relative";
			itemwidth=140;
			aI("text=Children;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/children_Home;");
			aI("text=Youth;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/youth_home;");	
			aI("text=College;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/ministry6;");			
			aI("text=Adult;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/ministry3;showmenu=navB;");
			aI("text=Community Groups;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/ministry7;showmenu=navC;");
			aI("text=Worship;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/ministry8;");
			aI("text=Outreach;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/ministry9;showmenu=navD;");
			aI("text=MoneyWise;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/ministry14;");
			aI("text=Resources & Library;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/ministry12;");
			aI("text=Starting Point;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/ministry15;");
		//	aI("text=Photo Gallery;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/672TR/photo;");
		}

drawMenus();



