
_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="#0000FC";
oncolor="#f0f0f0";
offbgcolor="#00004D";
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="#4C4C4C";
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("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1; 
			orientation="vertical";
			position="relative";
			aI("url=/main_welcome.php;image=/images/Image/Redesign/box1.jpg;");
			aI("url=/einvite.php;image=/images/Image/Redesign/box2.jpg;");
			aI("url=/main_give.php;image=/images/Image/Redesign/box3.jpg;"); 
			
		}

drawMenus();



