<!--
<!--
function mmLoadMenus() {
  if (window.mm_menu_0616110803_0) return;
                  window.mm_menu_0616110803_0 = new Menu("root",150,17,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#CCCCCC","#660000","left","middle",3,2,1000,-5,7,true,true,true,0,false,true);
  mm_menu_0616110803_0.addMenuItem("Experience&nbsp;MC","location='experience.html'");
  mm_menu_0616110803_0.addMenuItem("The&nbsp;Theatre","location='theatre.html'");
  mm_menu_0616110803_0.addMenuItem("Beliefs","location='beliefs.html'");
  mm_menu_0616110803_0.addMenuItem("Vision","location='vision.html'");
  mm_menu_0616110803_0.addMenuItem("History","location='history.html'");
  mm_menu_0616110803_0.addMenuItem("Leadership","location='leadership.html'");
  mm_menu_0616110803_0.addMenuItem("Pastor&nbsp;Bryan","location='pastor_bryan.html'");
   mm_menu_0616110803_0.fontWeight="bold";
   mm_menu_0616110803_0.hideOnMouseOut=true;
   mm_menu_0616110803_0.bgColor='#999999';
   mm_menu_0616110803_0.menuBorder=1;
   mm_menu_0616110803_0.menuLiteBgColor='#999999';
   mm_menu_0616110803_0.menuBorderBgColor='#999999';
                            window.mm_menu_0616161230_0_1 = new Menu("dGroups",140,17,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#CCCCCC","#660000","left","middle",3,0,1000,-5,7,true,true,true,0,false,true);
    mm_menu_0616161230_0_1.addMenuItem("Browse&nbsp;dGroups","location='browse_dgroup.html'");
    mm_menu_0616161230_0_1.addMenuItem("dGroup&nbsp;Leader&nbsp;Log-in","location='login_dgroup.html'");
     mm_menu_0616161230_0_1.fontWeight="bold";
     mm_menu_0616161230_0_1.hideOnMouseOut=true;
     mm_menu_0616161230_0_1.bgColor='#999999';
     mm_menu_0616161230_0_1.menuBorder=1;
     mm_menu_0616161230_0_1.menuLiteBgColor='#999999';
     mm_menu_0616161230_0_1.menuBorderBgColor='#999999';
  window.mm_menu_0616161230_0 = new Menu("root",140,17,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#CCCCCC","#660000","left","middle",3,0,1000,-5,7,true,true,true,0,false,true);
  mm_menu_0616161230_0.addMenuItem("Sundays","location='sundays.html'");
  mm_menu_0616161230_0.addMenuItem(mm_menu_0616161230_0_1,"location='dgroups.html'");
  mm_menu_0616161230_0.addMenuItem("Worship","location='worship.html'");
  mm_menu_0616161230_0.addMenuItem("Kids","location='kids.html'");
  mm_menu_0616161230_0.addMenuItem("Student Life","location='youth.html'");
  mm_menu_0616161230_0.addMenuItem("Missions","location='missions.html'");
    mm_menu_0616161230_0.addMenuItem("Marriage","location='marriage.html'");
   mm_menu_0616161230_0.fontWeight="bold";
   mm_menu_0616161230_0.hideOnMouseOut=true;
   mm_menu_0616161230_0.childMenuIcon="arrows.gif";
   mm_menu_0616161230_0.bgColor='#999999';
   mm_menu_0616161230_0.menuBorder=1;
   mm_menu_0616161230_0.menuLiteBgColor='#999999';
   mm_menu_0616161230_0.menuBorderBgColor='#999999';

mm_menu_0616161230_0.writeMenus();
} // mmLoadMenus()


function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		mon_church_02_over = newImage("images/mon_church_02-over.gif");
		mon_church_03_over = newImage("images/mon_church_03-over.gif");
		mon_church_04_over = newImage("images/mon_church_04-over.gif");
		mon_church_05_over = newImage("images/mon_church_05-over.gif");
		mon_church_06_over = newImage("images/mon_church_06-over.gif");
		mon_church_09_over = newImage("images/mon_church_09-over.gif");
		mon_church_11_over = newImage("images/mon_church_11-over.gif");
		mon_church_13_over = newImage("images/mon_church_13-over.gif");
		preloadFlag = true;
	}
}

// -->

function MM_showMenu(menu, x, y, child, imgname) {
	if (!window.mmWroteMenu) return;
	MM_clearTimeout();
	if (menu) {
		var obj = FIND(imgname) || document.images[imgname] || document.links[imgname] || document.anchors[imgname];
		x = moveXbySlicePos (x, obj);
		y = moveYbySlicePos (y, obj);
	}
	if (document.layers) {
		if (menu) {
			var l = menu.menuLayer || menu;
			l.top = l.left = 1;
			hideActiveMenus();
			if (this.visibility) l = this;
			window.ActiveMenu = l;
		} else {
			var l = child;
		}
		if (!l) return;
		for (var i=0; i<l.layers.length; i++) { 			   
			if (!l.layers[i].isHilite) l.layers[i].visibility = "inherit";
			if (l.layers[i].document.layers.length > 0) MM_showMenu(null, "relative", "relative", l.layers[i]);
		}
		if (l.parentLayer) {
			if (x != "relative") l.parentLayer.left = x || window.pageX || 0;
			if (l.parentLayer.left + l.clip.width > window.innerWidth) l.parentLayer.left -= (l.parentLayer.left + l.clip.width - window.innerWidth);
			if (y != "relative") l.parentLayer.top = y || window.pageY || 0;
			if (l.parentLayer.isContainer) {
				l.Menu.xOffset = window.pageXOffset;
				l.Menu.yOffset = window.pageYOffset;
				l.parentLayer.clip.width = window.ActiveMenu.clip.width +2;
				l.parentLayer.clip.height = window.ActiveMenu.clip.height +2;
				if (l.parentLayer.menuContainerBgColor && l.Menu.menuBgOpaque ) l.parentLayer.document.bgColor = l.parentLayer.menuContainerBgColor;
			}
		}
		l.visibility = "inherit";
		if (l.Menu) l.Menu.container.visibility = "inherit";
	} else if (FIND("menuItem0")) {
		var l = menu.menuLayer || menu;	
		hideActiveMenus();
		if (typeof(l) == "string") l = FIND(l);
		window.ActiveMenu = l;
		var s = l.style;
		s.visibility = "inherit";
		if (x != "relative") {
			s.pixelLeft = x || (window.pageX + document.body.scrollLeft) || 0;
			s.left = s.pixelLeft + 'px';
		}
		if (y != "relative") {
			s.pixelTop = y || (window.pageY + document.body.scrollTop) || 0;
			s.top = s.pixelTop + 'px';
		}
		l.Menu.xOffset = document.body.scrollLeft;
		l.Menu.yOffset = document.body.scrollTop;
	}
	if (menu) window.activeMenus[window.activeMenus.length] = l;
	MM_clearTimeout();
}
//-->