

_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=0              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
onbgcolor="#0201C1";
oncolor="#ffffff";
offbgcolor="#030166";
offcolor="#ffffff";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="#ffffff";
pagebgcolor="#030166";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/Image/arrow.gif";
}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="vertical";
			position="relative";
			
			aI("url=/who.php;image=/images/Image/link1.gif;");
			aI("url=/connected.php;image=/images/Image/link2.gif;");
			aI("url=/media/media/bloglist.php;image=/images/Image/link3.gif;");
		

		
		}

drawMenus();



