_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=-10            // Sub menu left offset

with(homepage=new mm_style()){
onbgcolor="#DED6BD"; // bgcolor of selected
oncolor="#CC0000"; // textcolor of selected
offbgcolor="#FFFFFF"; // bgcolor
offcolor="#361913"; // textcolor
bordercolor="#DED6BD"; // border color
borderstyle="solid";
borderwidth=3;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=7;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#CC0000";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menus/right.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("menu_4")){
	style=homepage;
	aI("text=History ;url=history.php;");
	aI("text=Goals ;url=goals.php;");
	aI("text=Activities ;url=activities02.php;");
	aI("text=Managing Board;url=management.php;");
	//aI("text=Regulations;url=ystav.php;");
	aI("text=Financing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=finansing.php;");
}with(milonic=new menuname("menu_31")){
	style=homepage;
	aI("text=Biography ;url=aboutPS_Biography.php;");
	aI("text=Work ;url=aboutPS_Work.php;");
	aI("text=Social Activities&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=aboutPS_Social.php;");
	aI("text=Literary Work ;url=aboutPS_Publicity.php;");
}


//---


drawMenus();
