

_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="9pt";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#020202";
offcolor="#ffffff";
onbgcolor="#f47b20"; 
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="#343434";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#020202";
}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			aI("text=WELCOME;url=/welcome.php;");
			//aI("text=FAQ's;url=/faq.php;");
			aI("text=WHAT WE BELIEVE;url=/believe.php;");
			aI("text=STAFF;showmenu=navStaff;");
			aI("text=SERVICE TIMES;url=/times.php;");
			aI("text=DIRECTIONS;url=/directions.php;");
			aI("text=CONTACT US;url=/contact.php;");
		}
		with(milonic=new menuname("navStaff")){
			style=subStyle;
			aI("text=LEAD PASTOR;url=/staff1.php;");
			aI("text=EXECUTIVE PASTOR;url=/staff5.php;");
			aI("text=YOUTH PASTOR;url=/staff2.php;");
			aI("text=CHILDREN'S PASTOR;url=/staff3.php;");
		//	aI("text=WORSHIP LEADER;url=/staff4.php;");
		}
 
		with(milonic=new menuname("nav2")){
			style=subStyle;
			aI("text=CALENDAR;url=/calendar.php;");
			aI("text=SPECIAL EVENTS;url=/specialevents.php;");
			aI("text=SERVE;url=/news.php;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			//aI("text=Recent Article;url=/media/media/recent.php?mediatype=Article;");
			//aI("text=Recent Audio;url=/media/media/recent.php?mediatype=Audio;");
			//aI("text=Recent Video;url=/media/media/recent.php?mediatype=Video;");
			//aI("text=Media Search;url=/media/media/search.php;");
			aI("text=BLOG;url=/blog.php;");
			aI("text=MESSAGES;url=/media/media/list.php;");
			aI("text=PODCASTS;url=/media/media/podcast.php;");
			//aI("text=Article Archive;url=/media/media/list.php?mediatype=Article;");
			//aI("text=Audio Archive;url=/media/media/list.php?mediatype=Audio;");
			//aI("text=Video Archive;url=/media/media/list.php?mediatype=Video;");
			
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			aI("text=GET CONNECTED;url=/connected.php;");
			aI("text=VOLUNTEER OPPORTUNITIES;url=/volunteer.php;");
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			//aI("type=header;image=/images/Image/mainnavLeft.jpg;");
			//aI("url=/index.php;image=/images/Image/mainnav1.jpg;");
			//aI("url=/welcome.php;image=/images/Image/mainnav2.jpg;showmenu=nav1;");
			//aI("url=/ministry1.php;image=/images/Image/mainnav3.jpg;showmenu=nav2;");
			//aI("image=/images/Image/mainnav4.jpg;showmenu=nav4;");
			//aI("url=/calendar.php;image=/images/Image/mainnav5.jpg;");
			//aI("url=/connected.php;image=/images/Image/mainnav6.jpg;showmenu=nav5;");
			//aI("url=/contact.php;image=/images/Image/mainnav7.jpg;");
			
			
			aI("type=header;image=/images/Image/navsLeft.jpg;");
			aI("url=/index.php;image=/images/Image/navs1.jpg;");
			aI("url=/welcome.php;image=/images/Image/mainnav2.jpg;showmenu=nav1;");
			aI("url=/calendar.php;image=/images/Image/navs3.jpg;showmenu=nav2;");
			aI("url=/blog.php;image=/images/Image/navs4.jpg;showmenu=nav3;");
			aI("url=/contact.php;image=/images/Image/navs5.jpg;");
			aI("url=http://www.facebook.com/pages/West-Memphis-AR/Victory-Church-of-the-Mid-South/238783270553?ref=ts;image=/images/Image/navs6.jpg;");
		}

drawMenus();



