

_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()){
onbgcolor="#37897C";
oncolor="#f0f0f0";
offbgcolor="#72463D";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#5E2807";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
onsubimage="/images/10000/4000/349JU/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
pageimage="/images/10000/4000/349JU/onimage.gif";
subimage="/images/10000/4000/349JU/offarrow.gif";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="times new roman";
fontsize="16";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#FFFFFF";
onbgcolor="transparent";
oncolor="#DEC783";
//onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=2;
pagebgcolor="transparent";
pagecolor="#DEC783";
//pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorsize="40";
//subimage="/images/Image/offarrow.gif";
valign="middle";
//fontweight="bold";
menubgcolor="transparent";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;			
	//		aI("text=Get Free Email;url=/getfreeemail;");
			aI("text=Check Email;url=http://webmail.faithhighway.com;");
		
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=60;
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");

			
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=70;
			aI("text=Recent Media ;url=/media/media/recent.php;");
			aI("text=Media Article;url=/media/media/list.php;");
			aI("text=Media Search;url=/media/media/search.php;");
			aI("text=Podcasts;url=/media/media/podcast.php;");
			aI("text=Message Boards;url=http://board2.faithhighway.com:8080/~jubileefamilychurch;");
			aI("text=Library;url=/library.php;");
			
			}
			
			with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=70;
			left="offset=-10";
			aI("text=PASTORS;url=/staff1.php;");
			aI("text=CHILDREN;url=/children.php;");
			aI("text=YOUTH;url=/staff3.php;");
			aI("text=MISSIONS;url=/staff4.php;");

			
			}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;		
			orientation="horizontal";
			position="relative";						
			aI("url=/index.php;text=Home;showmenu=nav1;");
			aI("url=/welcome.php;text=Welcome;");
			aI("url=/calendar.php;text=Calendar;showmenu=nav2;");
			aI("url=/staff1.php;text=Staff;showmenu=nav4;");
			aI("url=/media/media/recent.php;text=Messages;showmenu=nav3;");
			aI("url=/salvation.php;text=We Believe;");
			aI("url=/ministry1.php;text=Ministries;");
			
		}




drawMenus();



