_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="DarkOliveGreen";
offcolor="WhiteSmoke";
onbgcolor="DarkOliveGreen";
oncolor="Lavender";
padding="6";
pagebgcolor="DarkOliveGreen";
pagecolor="White";
separatorcolor="WhiteSmoke";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="250";
}

with(submenuStyle=new mm_style()){
bordercolor="LightGrey";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
offbgcolor="DarkOliveGreen";
offcolor="White";
onbgcolor="DarkOliveGreen";
oncolor="White";
padding="4";
pagebgcolor="DarkOliveGreen";
pagecolor="WhiteSmoke";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.davisnursery.com/;");
aI("text=Directions - Contact Us;target=;url=Directions-Contact-Us.html;");
aI("showmenu=Photos of JobsPhoto Gallery 1LEFT_MENU;text=Photos of Jobs;target=;url=Photos-of-Jobs.html;");
}

with(milonic=new menuname("Photos of JobsPhoto Gallery 1LEFT_MENU")){
style=submenuStyle;
aI("text=Photo Gallery 1;target=;url=Photo-Gallery-1.html;");
aI("text=Photo Gallery 2;target=;url=Photo-Gallery-2.html;");
aI("text=Photo Gallery 3;target=;url=Photo-Gallery-3.html;");
aI("text=Photo Gallery 4;target=;url=Photo-Gallery-4.html;");
}


 drawMenus();
