
_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="#B91518";
oncolor="#f0f0f0";
offbgcolor="#110C05";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#6C4E24";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

with(mainStyle=new mm_style()){

}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=90;
			left="offset=380"
			aI("text=About TCC;url=/welcome.php;"); 
			aI("text=Find a Location Near You;url=/contact.php;");
			aI("text=Campus Leaders;url=/leaders.php");
			aI("text=Teaching Shorts;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/118230;");
			aI("text=Try TCC Now;url=/teaching.php;");
			aI("text=TCC Store;url=#;");
			//aI("text=The Cool Preschool;url=http://sites.google.com/site/tccpreschool/home;");
			aI("text=TCC Sports;url=/wcSports.php;");
		}

				with(milonic=new menuname("navA")){
					style=subStyle;
					itemwidth=80;
					overflow="scroll";
					aI("text=Campus Leaders;url=/leaders.php;");
					aI("text=West;url=/west.php;");
					aI("text=East;url=/east.php;");		
					aI("text=Southwest;url=/southwest.php;");
					aI("text=Central;url=/central.php;");
					
				}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=80;
			overflow="scroll";
			aI("text=Welcome;url=/wcWest.php;");
			aI("text=Campus Leaders;url=/leaderswest.php;");
			aI("text=Photo Gallery;url=/photo.php;");		
			aI("text=TCC Teens;url=/youth.php;");
			aI("text=Children;url=/childrenwest.php;");
			aI("text=Campus Events;url=/calendarWest.php;");
			aI("text=Online Giving;url=/giving.php;"); 
		}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=80;
			overflow="scroll";
			aI("text=Welcome;url=/wcEas.phpt;");
			aI("text=Campus Leaders;url=/leaderseast.php;");
			aI("text=Photo Gallery;url=/photo.php;");		
			aI("text=TCC Teens;url=/youth.php;");
			aI("text=Children;url=/childreneast.php;");
			aI("text=Campus Events;url=/calendarEast.php;");
			aI("text=Online Giving;url=/giving.php;"); 
		}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			left="offset=5";
			itemwidth=130;
			overflow="scroll";
			aI("text=Welcome;url=/wcSouthwest.php;");
			aI("text=Campus Leaders;url=/leaderssouthwest.php;");
			aI("text=Photo Gallery;url=/photo.php;");		
			aI("text=TCC Teens;url=/youth.php;");
			aI("text=Children;url=/childrensouthwest.php;");
			aI("text=Campus Events;url=/calendarSouthWest.php;");
			aI("text=Online Giving;url=/giving.php;"); 
		}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			left="offset=5";
			itemwidth=90;
			overflow="scroll";
			aI("text=Welcome;url=/wcCentral.php;");
			aI("text=Campus Leaders;url=/leaderscentral.php;");
			aI("text=Photo Gallery;url=/photo.php;");		
			aI("text=TCC Teens;url=/youth.php;");
			aI("text=Children;url=/childrencentral.php;");
			aI("text=Campus Events;url=/calendarCentral.php;");
			aI("text=Online Giving;url=/giving.php;"); 
		}
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative"; 
			
			aI("url=/welcome.php;image=/images/Image/mainnav1.jpg;showmenu=nav1;");
			aI("url=/wcWest.php;image=/images/Image/mainnav2.jpg;showmenu=nav2;");
			aI("url=/wcEast.php;image=/images/Image/mainnav3.jpg;showmenu=nav3;");
			aI("url=/wcSouthwest.php;image=/images/Image/mainnav4.jpg;showmenu=nav4;");
			aI("url=/wcCentral.php;image=/images/Image/mainnav5.jpg;showmenu=nav5;"); 
		}

drawMenus();



