
_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="arial, tahoma";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headerborder=1;
headercolor="#ffffff";
//image="/images/Image/18_blank.jpg";
imagepadding=3;
offbgcolor="#ffffff";
offcolor="#762641";
onbgcolor="#f5d848";
onborder="1px solid #000000";
oncolor="#762641";
onsubimage="/images/Image/onarrow.jpg";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#762641";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.jpg";
separatoralign="right";
separatorcolor="#000000";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.jpg";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){

}



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

			overflow="scroll";
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Media Archive;url=/media/media/list.php;");
			aI("text=Podcasts;url=/media/media/podcast.php;");
			aI("text=Media Search;url=/media/media/search.php;");			
			}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			
			aI("image=/images/Image/facebook.jpg;url=http://www.facebook.com/pages/Covenant-Community-Church/108308282554254;target=_blank;");
			aI("image=/images/Image/twitter.jpg;url=http://twitter.com/#!/CCCFWB;target=_blank;");
			aI("image=/images/Image/blog.jpg;url=http://cccfwb.blogspot.com/;target=_blank;");
			aI("image=/images/Image/youtube.jpg;url=http://www.youtube.com/cccfwb;target=_blank;");
			aI("image=/images/Image/box5.jpg;");
			
		}




drawMenus();



