
_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="11";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="#2C4350";
offcolor="#ffffff";
onbgcolor="#A7BBC4";
onborder="1px solid #999999";
oncolor="#2C4350"; 
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#7AA2D0";
pagecolor="#f0f0f0"; 
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%"; 
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){

}

		


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth="110";
			left="offset=12"; 
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Who We Are;url=/whoweare.php;");
			aI("text=History;url=/history.php;");
			aI("text=Grace Stories;url=/gracestories.php;");
			aI("text=News & Events;url=/newsandevents.php;");
			aI("text=Statement of Faith;url=/statementoffaith.php;");
			aI("text=Strategic Alliances;url=/strategic_alliances.php;");
			aI("text=Contact;url=/contact.php;");
		}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth="100";
			left="offset=22";
			aI("text=Media Center;url=/public-media-player.php;");
			aI("text=Media on Demand;url=/login.php;");
			aI("text=Ways to Watch;url=/waystowatch.php;"); 
		}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			left="offset=5";
			aI("text=Grace Moments;url=/moments.php;");
			aI("text=Prayer;url=/prayer.php;");
			aI("text=Study Guides;url=/study.php;");
			aI("text=Pastor Jeske's Blog ;url=http://www.timeofgraceblog.org/;target=_blank;");
			aI("text=Partner;url=/Partner.php;");
		}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			
			aI("text=Sermon flow;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/118701;");
			aI("text=Sign up for E-newletter;url=/signup.php;");
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			margin=0;
			
			aI("image=/images/Image/nav_01.jpg;type=header");
			aI("image=/images/Image/nav_02.jpg;url=/index.php;");
			aI("image=/images/Image/nav_03.jpg;url=/welcome.php;showmenu=nav1;");
			aI("image=/images/Image/nav_04.jpg;showmenu=nav2;type=header;");
			aI("image=/images/Image/nav_05.jpg;url=/connect.php;showmenu=nav3;");
			aI("image=/images/Image/nav_06.jpg;url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Screen=CTGY&Store_Code=TOGM&Category_Code=STFTP;"); 
			aI("image=/images/Image/nav_07.jpg;url=/donate.php;"); 
			aI("image=/images/Image/nav_08.jpg;url=/contact.php;"); 
			aI("image=/images/Image/nav_09.jpg;"); 
		}




drawMenus();



