

_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, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="#333331";
offcolor="#e8cf5d";
onbgcolor="#2a6acc";
onborder="1px solid #999999";
oncolor="#e8cf5d";
onsubimage="/images/10000/4000/518LI/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="#17335e";
pagecolor="#e8cf5d";
pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="68%";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#e8cf5d";
onbgcolor="transparent";
oncolor="#2a6acc";
//onsubimage="/images/10000/4000/518LI/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="#f0f0f0";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="14";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Rabbi's Bio;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/bio;");
			aI("text=Statement of Beliefs and Core Values;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/beliefs;");
			aI("text=Contact and Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/contact;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=150;
			
			overflow="scroll";
			aI("text=Dance;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/dance;");
			aI("text=Shabbat School;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/school;");
			aI("text=Beit Midrish;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/beit;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=85;

			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/events;");
			}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=85;

			overflow="scroll";
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Archived Media;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;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="10px";
			valign="top";

			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/home;");
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/bio;showmenu=nav1;");
			aI("text=What We Do;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/dance;showmenu=nav2;");
			aI("text=What's Happening;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/showcalendarmonth;showmenu=nav3;");
		//	aI("text=Media;url=/media/media/recent.php;showmenu=nav4;");
			aI("text=How We Celebrate;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/how;");
			aI("text=Where We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/480ST/contact;");
		}




drawMenus();


