


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-8            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#e19235";
offbgcolor="#333333";
offcolor="#fac66c";
padding=6;
fontsize="10px";
fontstyle="strong";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#99cccc";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(style1=new mm_style()){
offcolor="#fac66c";
offbgcolor="#333333";
onbgcolor="#000000";
oncolor="#e19235";
fontsize=9;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=6;
subimage="arrow.gif";
separatorsize="0"
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;

}

with(milonic=new menuname("stock")){
style=style1;
aI("text=Americana;url=americana.html;")
aI("text=Animals;url=animals.html;")
aI("text=Food &amp; Drink;showmenu=food;")
aI("text=Gardens;showmenu=gardens;")
aI("text=Interiors;showmenu=interiors;")
aI("text=Landscapes;url=landscapes.html;")
aI("text=Nautical;url=nautical.html;")
aI("text=People;url=people.html;")
aI("text=Porches;url=porches.html;")
aI("text=Trees;url=trees.html;")
aI("text=Water;url=water.html;")
aI("text=Western;url=western.html;")
}

with(milonic=new menuname("food")){
style=style1;
aI("text=Bread;url=bread.html;")
aI("text=Breakfast;url=breakfast.html;")
aI("text=Desert;url=desert.html;")
aI("text=Drinks;url=drinks.html;")
aI("text=Fruit;url=fruit.html;")
aI("text=Picnics;url=picnics.html;")
aI("text=Salads;url=salads.html;")
aI("text=Seafood;url=seafood.html;")
aI("text=Table Settings;url=settings.html;")
aI("text=Vegetables;url=vegetables.html;")
}

with(milonic=new menuname("gardens")){
style=style1;
aI("text=Flowers;url=flowers.html;")
aI("text=Outside;url=outside.html;")
}


with(milonic=new menuname("interiors")){
style=style1;
aI("text=Bathrooms;url=bathrooms.html;")
aI("text=Bedrooms;url=bedrooms.html;")
aI("text=Dining Rooms;url=dining.html;")
aI("text=Hallways;url=hallways.html;")
aI("text=Kitchens;url=kitchens.html;")
aI("text=Living Rooms;url=living.html;")
}


drawMenus();


