_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1            // 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(menuStyle=new mm_style()){
onbgcolor="#D4D6BF";
oncolor="#5f1a2b";
offbgcolor="#EAEECE";
offcolor="#5f1a2b";
bordercolor="#D4D6BF";
borderstyle="solid";
borderwidth=2;
separatorcolor="#D4D6BF";
separatorsize="2";
padding=4;
fontsize="12px";
fontstyle="normal";
fontfamily="trebuchet,arial,verdana";
pagecolor="#5f1a2b";
pagebgcolor="#EAEECE";
headercolor="#D4D6BF";
headerbgcolor="#EAEECE";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.0)";
}


with(milonic=new menuname("Milonic")){
style=menuStyle;
top=124;
left=288;
aI("text=Gourmet Retails;url=../poen_wher.php;");
aI("text=Wholesale Brokers & Distributors;url=../poen_wher_whol.php;");
aI("text=Proacec USA Direct;url=../poen_wher_proa.php;");
aI("text=Grupo Proacec in Spain;url=../poen_wher_grup.php;");
}

drawMenus();

