
_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()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth="1";
fontfamily="arial, sans-serif";
fontsize="9pt";
fontstyle="normal";
offbgcolor="#6bbddc";
offcolor="#ffffff";
onbgcolor="#cacaca";
oncolor="#ffffff";
onsubimage="/images/Image/onarrow.gif";
padding="5";
pagebgcolor="#1192cd";
pagecolor="#ffffff";
pageimage="/images/Image/onimage.gif";
separatorcolor="#636363";
separatorpadding="1";
separatorwidth="1";
subimage="/images/Image/offarrow.gif";
valign="middle";
}

with(mainStyle=new mm_style()){

}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			alwaysvisible="1";
			orientation="vertical";
			position="relative";
			itemheight="10px";
			valign="top";

			aI("image=/images/Image/facebook.jpg;url=http://www.facebook.com/cbcnlr;target=newwindow;");
			aI("image=/images/Image/twitter.jpg;url=http://www.twitter.com/CBCNLR;target=newwindow;");
			aI("image=/images/Image/header2.jpg;");
			
		}




drawMenus();
