


_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // 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(Style=new mm_style()){
onbgcolor="#FF9900";
oncolor="#FFFFFF";
offbgcolor="#8B4D21";
offcolor="#FFFFFF";
bordercolor="#663300";
borderstyle="solid";
borderwidth=1;
separatorcolor="#663300";
separatorsize="2";
padding=4;
fontsize="95%";
fontstyle="normal";
fontfamily="Verdana, Helvetica, Arial";
align="left";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#ffffff";
headerbgcolor="#ffffff";

subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.1);Shadow(color='FF9900', Direction=135, Strength=1);"}


with(milonic=new menuname("chocolates")){
style=Style;
top=0;
left=0;
overflow="scroll";
itemwidth=145;
aI("text=Truffles;url=chocolates_detail.cfm?Category=1;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Turtles;url=chocolates_detail.cfm?Category=2;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Barks;url=chocolates_detail.cfm?Category=3;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Creams;url=chocolates_detail.cfm?Category=4;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Covered Fruits;url=chocolates_detail.cfm?Category=5;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Pastel Fruits;url=chocolates_detail.cfm?Category=6;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Caramels;url=chocolates_detail.cfm?Category=7;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Clusters;url=chocolates_detail.cfm?Category=9;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Sugar Free;url=chocolates_detail.cfm?Category=10;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Old Favorites;url=chocolates_detail.cfm?Category=11;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
aI("text=Other Treats;url=chocolates_detail.cfm?Category=12;offfunction=imgswap('a1','a11');onfunction=imgswap('a1','a12');");
}

with(milonic=new menuname("nutsdriedfruits")){
style=Style;
top=0;
left=0;
overflow="scroll";
itemwidth=145;
aI("text=Assorted Nuts;url=nutsdried_detail.cfm?Category=13;offfunction=imgswap('b1','b11');onfunction=imgswap('b1','b12');");
aI("text=Dried Fruits;url=nutsdried_detail.cfm?Category=14;offfunction=imgswap('b1','b11');onfunction=imgswap('b1','b12');");
}

with(milonic=new menuname("giftbaskets")){
style=Style;
top=0;
left=0;
overflow="scroll";
itemwidth=145;
aI("text=Gift Baskets;url=giftbaskets_detail.cfm?Category=15;offfunction=imgswap('c1','c11');onfunction=imgswap('c1','c12');");
aI("text=Linens;url=giftbaskets_detail.cfm?Category=23;offfunction=imgswap('c1','c11');onfunction=imgswap('c1','c12');");
aI("text=Oils, Soaps & Smells;url=giftbaskets_detail.cfm?Category=16;offfunction=imgswap('c1','c11');onfunction=imgswap('c1','c12');");
aI("text=More;url=giftbaskets_detail.cfm?Category=21;offfunction=imgswap('c1','c11');onfunction=imgswap('c1','c12');");
}

with(milonic=new menuname("sauces")){
style=Style;
top=0;
left=0;
overflow="scroll";
itemwidth=145;
aI("text=Pasta Sauces;url=sauces_detail.cfm?Category=17;offfunction=imgswap('d1','d11');onfunction=imgswap('d1','d12');");
aI("text=Hot Sauces;url=sauces_detail.cfm?Category=19;offfunction=imgswap('d1','d11');onfunction=imgswap('d1','d12');");
aI("text=Finishing Sauces;url=sauces_detail.cfm?Category=20;offfunction=imgswap('d1','d11');onfunction=imgswap('d1','d12');");
aI("text=More;url=sauces_detail.cfm?Category=22;offfunction=imgswap('d1','d11');onfunction=imgswap('d1','d12');");
}


drawMenus();

