

_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="#0201C1";
oncolor="#ffffff";
offbgcolor="#030166";
offcolor="ffffff";
bordercolor="#F8C548";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F8C548";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#030166";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#F8C548', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#999999";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Verdana";
pagecolor="#999999";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
//fontweight="bold"; 
subimage="/images/Image/arrow.gif";
itemwidth=120;
}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="vertical";
			position="relative";
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Vision & Mission;url=/vision.php;");		
			aI("text=Beliefs;url=/beliefs.php;");
			aI("text=FAQ's;url=/faqs.php;");
			aI("text=Church Staff;url=/seniorpastor.php;showmenu=navA;");
			aI("text=Who is Jesus?;url=/jesus.php;");
			aI("text=Contact & Directions;url=/contact.php;");
			aI("text=Reg Weekly Schedule;url=/schedule.php;");
			aI("text=Facility Map;url=/tour.php;");
			aI("text=Photo Gallery;url=/photo.php;");
		}

drawMenus();


