


_menuCloseDelay=0         // 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=50                // 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()){
}

with(menuStyleSub1=new mm_style()){
onbgcolor="#979867";
oncolor="#ffff99";
offbgcolor="#979867";
offcolor="#fff";
separatorcolor="#BDCACA";
separatorsize="0";
borderwidth="0";
bordercolor="#656565";
padding=5;
fontsize="13px";
fontstyle="bold";
fontfamily="Arial, Helvetica, sans-serif";
subimage="images/arrowmenu.gif";
subimagepadding="5";
overfilter="Alpha(opacity=100)";
outfilter="Fade(duration=0);"
keepalive=0;
}

with(milonic=new menuname("SubBuying")){
style=menuStyleSub1;
left="offset=14";
top="offset=0";
align="left";
}

with(milonic=new menuname("SubSelling")){
style=menuStyleSub1;
left="offset=14";
top="offset=0";
align="left";
}

with(milonic=new menuname("SubResource")){
style=menuStyleSub1;
left="offset=14";
top="offset=0";
align="left";
}

with(milonic=new menuname("SubAbout")){
style=menuStyleSub1;
left="offset=11";
top="offset=0";
align="left";
}
drawMenus();








