
_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="#8F3C8D";
oncolor="#f0f0f0";
offbgcolor="#656565";
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="#8F3C8D";
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="horizontal";
			position="relative"; 
			valign="top";

			aI("image=/images/Image/footer1.jpg;type=header;"); 
			aI("image=/images/Image/footer2.jpg;url=http://www.facebook.com/profile.php?id=100001468412235;target=_blank;"); 
			aI("image=/images/Image/footer3.jpg;url=http://www.twitter.com/NHBCfamily;target=_blank;"); 
			aI("image=/images/Image/footer4.jpg;url=http://www.youtube.com/TheNewhopefamily;target=_blank;"); 
			aI("image=/images/Image/footer5.jpg;type=header;"); 
		}




drawMenus();



