

_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="#1C150D";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#6A6660";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6A6660";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#8C8884";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/10000/6000/720SC/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#ffffff', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			openstyle="up";
			overflow="scroll";
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/about;");
			aI("text=Staff;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/staff1;showmenu=navA;");
			aI("text=FAQ's;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/faqs;");
			aI("text=Curriculum;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/curriculum;");
			aI("text=Athletics;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/athletics;");
			aI("text=Student Life;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/student;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			openstyle="up";
			overflow="scroll";
			aI("text=Application Process;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/application;");
			aI("text=Tuition and Fees;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/tuition;");
		//	aI("text=Downloads;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/downloads;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			openstyle="up";
			overflow="scroll";
			aI("text=Supporting Saint Paul;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/advancement;");
			aI("text=Parents;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/parents;");
	
		}
		with(milonic=new menuname("navA")){
			style=subStyle;
			itemwidth=120;
			openstyle="up";
			overflow="scroll";
			aI("text=Early Childhood;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/staff1;");
			aI("text=Elementary;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/staff2;");
			aI("text=Middle School;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/staff3;");
			aI("text=Administration & Other;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/staff4;");
		}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("image=/images/10000/6000/720SC/mainnav1.jpg;");

			aI("url=http://www.stpaullakeland.org;image=/images/10000/6000/720SC/mainnav3.jpg;overimage=/images/10000/6000/720SC/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/about;image=/images/10000/6000/720SC/mainnav4.jpg;overimage=/images/10000/6000/720SC/Rmainnav4.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/application;image=/images/10000/6000/720SC/mainnav5.jpg;overimage=/images/10000/6000/720SC/Rmainnav5.jpg;showmenu=nav2;;");
			aI("url=https://www.edline.net/pages/StPaulLutheran;target=newwindow;image=/images/10000/6000/720SC/mainnav6.jpg;overimage=/images/10000/6000/720SC/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/advancement;image=/images/10000/6000/720SC/mainnav7.jpg;overimage=/images/10000/6000/720SC/Rmainnav7.jpg;showmenu=nav3;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/720SC/contact;image=/images/10000/6000/720SC/mainnav8.jpg;overimage=/images/10000/6000/720SC/Rmainnav8.jpg;");
			
		}

drawMenus();


