

_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="#5e6da1";
oncolor="#ffffff";
offbgcolor="#565f82";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="#ffffff";
pagebgcolor="#728be4";
headercolor="#000000";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/10000/8000/299BR/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#EAEAEA', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){

}

	
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("image=/images/Image/home_footerlink0.jpg;type=header;"); 
			aI("image=/images/Image/home_footerlink1.jpg;url=http://vimeo.com/user7145255/videos;target=newwindow;"); 
			aI("image=/images/Image/home_footerlink2.jpg;url=http://www.facebook.com/profile.php?id=1083577765;target=newwindow;"); 
			aI("image=/images/Image/home_footerlink3.jpg;type=header;"); 
			
		}

drawMenus();



