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

with(menuStyle=new mm_style()){
bordercolor="#2a2010";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#b9f263";
offcolor="#2a6537";
onbgcolor="#d7ff9a";
oncolor="#2a6537";
outfilter="Fade(duration=0.4)";
overfilter="Fade(duration=0.4);Alpha(opacity=85);Shadow(color=#2a2010', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#e16b0b";
pagecolor="#ffffff";
separatorcolor="#2D729D";
separatorsize=0;
subimage="images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("projects")){
overflow="scroll";
style=menuStyle;
aI("text=Current Projects;url=currentprojects.php;");
aI("text=Project History;url=projecthistory.php;");
}

with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle;
aI("text=Company Information;url=companyinfo.php;");
aI("text=Custom Home Options;url=customoptions.php;");
aI("text=Future Vision;url=vision.php;");
}

drawMenus();