


_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=-1              // Sub menu top offset
_subOffsetLeft=0           // 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="#CCCCCC";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#666666";
bordercolor="#009FDA";
borderstyle="solid";
borderwidth=1;
separatorcolor="#009FDA";
separatorsize="1";
separatorpadding=0;
padding=4;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="000000";
pagebgcolor="#CCCCCC";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100); Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(subStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#009FDA";
borderstyle="solid";
borderwidth=1;
separatorcolor="#009FDA";
separatorsize="1";
separatorpadding=0;
padding=4;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="000000";
pagebgcolor="#CCCCCC";
headercolor="#000000";
headerbgcolor="#FFFFFF";
overfilter="Fade(duration=0.2);Alpha(opacity=100); Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("products")){
style=subStyle;
itemwidth=145;
aI("text=Outdoor I;url=outdoor_I.html;");
aI("text=Outdoor II;url=outdoor_II.html;");
aI("text=Hotel & Fine Dining;url=hotel_dining.html;");
aI("text=Tables I;url=tables_I.html;");
aI("text=Tables II;url=tables_II.html;");
aI("text=Tub Chairs & Sofas I;url=tub_chairs_sofas_I.html");
aI("text=Tub Chairs & Sofas II;url=tub_chairs_sofas_II.html");
aI("text=Accessories;url=accessories.html;");
aI("text=Traditional I;url=traditional_I.html;");
aI("text=Traditional II;url=traditional_II.html;");
aI("text=Contemporary I;url=contemporary_I.html;");
aI("text=Contemporary II;url=contemporary_II.html;");
aI("text=Additions I;url=additions_I.html;");
aI("text=Additions II;url=additions_II.html;");
aI("text=Stools;url=stools.html");
aI("text=Banquet, Fast Food & Plastic;url=banquet_fast_food_plastic.html");

}

drawMenus();

