_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="x-small";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="js/menu/orangedots.gif";
imagepadding=6;
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="js/menu/whitedots.gif";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="js/menu/arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="x-small";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="/js/menu/arrow.gif";
subimagepadding=2;
}

with(mn=new menuname("Main Menu")){
alwaysvisible=1;
left=12;
orientation="horizontal";
style=menuStyle;
top=100;
aI("status=Home;text=Home;url=index.php?lang=en;");
aI("status=Projects;showmenu=Projects;text=Projects;url=projects.php?lang=en;");
aI("status=Who We Are;text=Who We Are;url=about.php?lang=en;");
aI("status=Contact Us;text=Contact Us;url=contact.php?lang=en;");
aI("status=Change Site Language;showmenu=Language;text=Language;");
}

with(mn=new menuname("Projects")){
margin=7;
style=submenuStyle;
aI("status=The Rehabilitation and Developmental Education Center;text=The Rehabilitation and Developmental Education Center;url=projectDevCenter.php?lang=en;");
aI("status=Raznochinovsky Orphanage for Mentally-Retarded Children;text=Raznochinovsky Orphanage for Mentally-Retarded Children;url=projectRaznoch.php?lang=en;");
}

with(mn=new menuname("Language")){
margin=7;
style=submenuStyle;
aI("status=English;text=English;url=?lang=en;");
aI("status=Russian;text=Russian;url=?lang=ru;");
}

drawMenus();

