

_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=150;


with(subStyle=new mm_style()){
onbgcolor="#00118d";
oncolor="#ffffff";
offbgcolor="#0e21ae";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#000d69";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// 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";
			itemheight="12px";
			valign="top";

			aI("image=/images/Image/Redesign/link1.jpg;url=/events.php;"); 
			aI("image=/images/Image/Redesign/link2.jpg;url=/floating1.php;"); 
			aI("image=/images/Image/Redesign/link3.jpg;url=/images/Image/user/bulletin.pdf;"); 
			aI("image=/images/Image/Redesign/link4.jpg;url=/media/media/recent.php;"); 
			aI("image=/images/Image/Redesign/link5.jpg;url=/contact.php;"); 
		}




drawMenus();



