
_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=150;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth="1";
fontfamily="arial, sans-serif";
fontsize="12px";
fontstyle="normal";
offbgcolor="#6a0e0f";
offcolor="#ffffff";
onbgcolor="#3e0b0b";
oncolor="#f0f0f0";
onsubimage="/images/Image/onarrow.gif";
padding="5";
pagebgcolor="#f6f3f3";
pagecolor="#3e0b0b";
pageimage="/images/Image/onimage.gif";
separatorcolor="#636363";
separatorpadding="1";
separatorwidth="1";
subimage="/images/Image/offarrow.gif";
valign="middle";
}

with(mainStyle=new mm_style()){

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
		}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;

			overflow="scroll";
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Media Archive;url=/media/media/list.php;");
			aI("text=Media Search;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			alwaysvisible="1";
			orientation="horizontal";
			position="relative";
			itemheight="10px";
			valign="top";

			aI("image=/images/Image/nav1.jpg;url=/;");
			aI("image=/images/Image/nav2.jpg;url=/whoweare.php;");
			aI("image=/images/Image/nav3.jpg;url=/expect.php;");
			aI("image=/images/Image/nav4.jpg;url=/ministry1.php;");
			aI("image=/images/Image/nav5.jpg;url=/calendar.php;showmenu=nav1;");
			aI("image=/images/Image/nav6.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/151155 ;");
			aI("image=/images/Image/nav7.jpg;url=/connected.php;");
			aI("image=/images/Image/nav8.jpg;url=/contact.php;");
		}




drawMenus();
