
_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="#1C150D";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#6A6660";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6A6660";
separatorsize="1";
separatorpadding="3";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#8C8884";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#ffffff', Direction=150, Strength=5)";
outfilter="Fade(duration=0.3)";
}

with(mainStyle=new mm_style()){

}
 
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1; 
			orientation="horizontal";
			position="relative";
			
			aI("url=/welcome.php;image=/images/Image/Redesign/link1.jpg;"); 
			aI("url=http://sc.fhview.com/sc_customplayer/seriesitems/1/116775;image=/images/Image/Redesign/link2.jpg;"); 
			aI("url=http://www.nbyouth.org/;image=/images/Image/Redesign/link3.jpg;"); 
		
		}

drawMenus();



