


_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=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyleTop=new mm_style()){
onbgcolor="#EEDD82";
oncolor="#ffffff";
offbgcolor="#FEBD11";
offcolor="#ffffff";
bordercolor="#FFCC00";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding="2px 6px 2px 6px";
margin=0;
fontsize=".8em";
fontstyle="normal";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#3399cc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow-white.gif";
subimagepadding="2";


//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle=new mm_style()){
onbgcolor="#EEDD82";
oncolor="#ffffff";
offbgcolor="#FEBD11";
offcolor="#ffffff";
bordercolor="#FFCC00";
borderstyle="";
borderwidth=0;
separatorcolor="#ffcc00";
separatorsize="2";
padding=8;
margin=0;
fontsize=".8em";
fontstyle="normal";
fontfamily="Arial";
fontweight="bold";
pagecolor="white";
pagebgcolor="#3399cc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow-white.gif";
subimagepadding="2";


//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}




with(milonic=new menuname("soils")){
style=menuStyle;

aI("text=Bar Harbor Blend, Premium Potting Soil;url=/soils-barharbor.shtml;");
aI("text=Cobscook Blend, Gardening Soil;url=/soils-cobscook.shtml;");
aI("text=Penobscot Blend, Complete Planting Mix;url=/soils-penobscot.shtml;");
aI("text=Quoddy Blend, Lobster Compost;url=/soils-quoddy.shtml;");
aI("text=Monhegan Blend, Black Earth Topsoil;url=/soils-monhegan.shtml;");
aI("text=Schoodic Blend, Composted Manure;url=/soils-schoodic.shtml;");
aI("text=Kennebunk Blend, Ultra-Light Compost;url=/soils-kennebunk.shtml;");
aI("text=Wiscasset Blend, Earthworm Castings;url=/soils-wiscasset.shtml;");
}
with(milonic=new menuname("barks")){
style=menuStyle;
aI("text=Aroostook Blend, Hay Mulch;url=/barks-aroostook.shtml;");
aI("text=Ogunquit Blend, Mulching Compost;url=/barks-ogunquit.shtml;");
aI("text=Dark Harbor Blend, Enriching Mulch;url=/barks-darkharbor.shtml;");
aI("text=Fundy Blend, Enriching Mulch with Seaweed;url=/barks-fundy.shtml;");
aI("text=Traditional Mulches;url=/barks-mulches.shtml;");
aI("text=Naturally Dark Mulches;url=/barks-mulch-natural.shtml;");

}

with(milonic=new menuname("fertilizers")){
style=menuStyle;
aI("text=Eggemoggin Blend;url=/fertilizers-eggemoggin.shtml;");
}


with(milonic=new menuname("dealers")){
style=menuStyle;
aI("text=Coast of Maine products;url=/dealers.shtml;");
aI("text=Master Nursery products;url=/dealers-mn.shtml;");
}


drawMenus();




