

_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/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="#154768";
offcolor="#ffffff";
onbgcolor="#7F9F31";
onborder="1px solid #999999";
oncolor="#ffffff";
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="#444F0F";
pagecolor="#ffffff";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#154768";
}

with(mainStyle=new mm_style()){
styleid=1; 
fontfamily="arial, tahoma";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099"; 
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent"; 
oncolor="#fe7418"; 
padding=3;
pagebgcolor="transparent";
pagecolor="#FF5F5F"; 
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="85%"; 
separatorsize="38"; 
valign="middle";
menubgcolor="transparent";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			
			aI("text=Who We Are;url=/sunday.php;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=Invite a Friend;url=/einvite.php;");
			

		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			
			aI("text=Adults;url=/adults.php;");
			aI("text=Children;url=/children.php;");
			aI("text=Group Life;url=/grouplife.php;");
			aI("text=Missions;url=/missions.php;");
			aI("text=Neighbor Connect;url=/Neighbor.php;");
			aI("text=Students;url=http://www.defytheworld.org;");
			aI("text=Volunteer Opportunities;url=/volunteer.php;");
			aI("text=Worship;url=/worship.php;");
			
		}
		with(milonic=new menuname("navMissions")){
			style=subStyle;
			
			aI("text=Heart for Honduras;url=http://www.heartforhonduras.org;");
			aI("text=Kenya;url=/kenya.php;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			
			aI("text=Calendar;url=/calendar.php;");
			//aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
			aI("text=Blogs;url=/media/media/bloglist.php;");
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			
			aI("text=Care and Prayer;url=/careAndPrayer.php;");
			aI("text=E-Cards;url=/einvite.php;");
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			
			aI("text=Message Series;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119241;");
			aI("text=Bible Classes;url=/media/media/list.php?mediatype=Audio;");
			aI("text=Order Online;url=https://salem4u.smartevents.com/public/events/order-cds-dvds/registrations/new;target=newwindow;");
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1; 
			orientation="horizontal";
			position="relative";
			aI("text=WELCOME;url=/sunday.php;showmenu=nav1;");
			aI("text=MINISTRIES;url=/adults.php;showmenu=nav2;");
			aI("text=EVENTS;url=/calendar.php;showmenu=nav3;");
			aI("text=MEDIA;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119241;showmenu=nav5;");
			aI("text=COUNSELING/SUPPORT;url=/prayer.php;showmenu=nav4;");
			aI("text=COMMUNITY CENTER;url=/center.php;");
			aI("text=SCHOOL;url=http://www.salemlutheran.com;");
			//aI("text=MEMBER/ONLINE GIVING;url=https://webview.shelbyinc.com/app/02020/Default.aspx?tabindex=1&tabid=17;TARGET=NEWWINDOW;");
			aI("text=HOW TO;url=/how_to.php;");
		}

drawMenus();



