

_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;
}

with(mainStyle=new mm_style()){
styleid=1;
}
		

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			alwaysvisible=1;
			orientation="vertical";
			
			
			//aI("image=/images/10000/7000/230GR/homeSubnav1.jpg;");
			aI("image=/images/10000/7000/230GR/homeSubnav2.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/230GR/visitor;");	
			aI("image=/images/10000/7000/230GR/homeSubnav3.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/230GR/ministry5;");
			aI("image=/images/10000/7000/230GR/homeSubnav4.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/230GR/Ministry2;");
			aI("image=/images/10000/7000/230GR/homeSubnav5.jpg;url=http://youth.gcch.org;");
			aI("image=/images/10000/7000/230GR/homeSubnav6.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/230GR/ministry15;");
			aI("image=/images/10000/7000/230GR/homeSubnav7.jpg;");
		}




drawMenus();


