

_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=-40              // Sub menu top offset
_subOffsetLeft=-35            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
onbgcolor="none";
oncolor="ffffff";
offbgcolor="none";
offcolor="ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="none";
separatorsize="1";
padding=1;
fontsize="9";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E2B937";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
itemweight="bold";
}

with(mainStyle=new mm_style()){


}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Check Email;url=http://webmail.faithhighway.com;");
			
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=120;
			
			overflow="scroll";
			aI("text=Welcome;url=/welcome.php;");

			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;

			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("url=/index.php;image=/images/Image/homenav1.jpg;showmenu=nav1;");

			aI("url=/calendar.php;image=/images/Image/homenav2.jpg;showmenu=nav2;");

			aI("url=/contact.php;image=/images/Image/homenav3.jpg;showmenu=nav3;");
					
			
			
		}




drawMenus();



