

_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;
}

with(mainStyle=new mm_style()){
styleid=1;
}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="vertical";
			position="relative";
			
			aI("url=/children.php;image=/images/Image/hleft1.jpg;");
			aI("url=/youth.php;image=/images/Image/hleft2.jpg;");
			aI("url=/adults.php;image=/images/Image/hleft3.jpg;");
			aI("url=/welcome.php;image=/images/Image/hleft4.jpg;");
		}

drawMenus();


