

_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="horizontal";
			position="relative";
			
			aI("image=/images/Image/mainnav1.jpg;url=/index.php;");
			aI("image=/images/Image/mainnav2.jpg;url=/who.php;");
			aI("image=/images/Image/mainnav3.jpg;url=/connected.php;");
			aI("image=/images/Image/mainnav4.jpg;url=/contact.php;");
		}




drawMenus();


