

_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="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#E2DCC3";
headerborder=1;
headercolor="#000000";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="#E2DCC3";
onborder="1px solid #E2DCC3";
oncolor="#555555";
onsubimage="/images/10000/4000/518LI/onarrow.gif";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=85);)";
padding=3;
pagebgcolor="#D2CAAE";
pagecolor="#000000";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="#ffffff";
separatorpadding=3;
separatorheight="1";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
menubgcolor="#72805A";
}

with(mainStyle=new mm_style()){
styleid=1;
bordercolor="none";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana, tahoma";
fontsize="75%";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="D2CAAE";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
//onbgcolor="#A36B5E";
onborder="1px solid D2CAAE";
oncolor="#f2f2f2";
//onsubimage="/images/10000/4000/518LI/onarrow.gif";
outfilter="Fade(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=2;
//pagebgcolor="transparent";
//pagecolor="#ffffff";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=2;
separatorwidth="2";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
//fontweight="bold";
menubgcolor="transparent";
}



		with(milonic=new menuname("nav6")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			//aI("text=Online Resources;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/781SO/resources;");
			aI("text=Audio Sermons;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/781SO/resources;");
			aI("text=Links;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/781SO/links;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			margin=0;
			
			aI("text=Store Front;url=http://estore.igochurch.com/merchant.mvc?Screen=SFNT&Store_Code=ICE&Category_Code=STFTP;");
			aI("text=Product List;url=http://estore.igochurch.com/merchant.mvc?Screen=PLST&Store_Code=ICE;");
			aI("text=Sign In;url=http://estore.igochurch.com/merchant.mvc?Screen=LOGN&Store_Code=ICE;");
			//aI("text=View Cart;url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Screen=BASK&Store_Code=ICE;");
			//aI("text=Check Out;url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Screen=OINF&Store_Code=ICE;");
			aI("text=Main Site;url=http://www.igochurch.com;");
	
		}


drawMenus();


