


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#003E8D";
oncolor="#000000";
offbgcolor="#003E8D";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="arial, helvetica, Tahoma";
pagecolor="#000000";
pagebgcolor="#003E8D";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("products")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp;&nbsp;&nbsp;VitroHue Tumbled Glass&nbsp;&nbsp;&nbsp;;url=tumbled.shtml;");
aI("text=&nbsp;&nbsp;&nbsp;VitroHue Glass Aggregates&nbsp;&nbsp;&nbsp;;url=aggregates.shtml;");

}

with(milonic=new menuname("gallery")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;Gallery 1&nbsp;&nbsp;&nbsp;;url=gallery1.shtml;");
aI("text=&nbsp;&nbsp;&nbsp;Gallery 2&nbsp;&nbsp;&nbsp;;url=gallery2.shtml;");
aI("text=&nbsp;&nbsp;&nbsp;Gallery 3&nbsp;&nbsp;&nbsp;;url=gallery3.shtml;");
aI("text=&nbsp;&nbsp;&nbsp;Gallery 4&nbsp;&nbsp;&nbsp;;url=gallery4.shtml;");
aI("text=&nbsp;&nbsp;&nbsp;Gallery 5&nbsp;&nbsp;&nbsp;;url=gallery5.shtml;");
}

with(milonic=new menuname("sizes")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;VitroHue Tumbled Glass&nbsp;&nbsp;&nbsp;;url=sizes_tumbled.shtml;");
aI("text=&nbsp;&nbsp;&nbsp;VitroHue Glass Aggregates&nbsp;&nbsp;&nbsp;;url=sizes_aggregates.shtml;");
}



drawMenus();

