


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=5              // 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()){
itemwidth=170;
onbgcolor="#D00101";
oncolor="#000000";
offbgcolor="#D00101";
offcolor="#FFFFFF";
bordercolor="#479A22";
borderstyle="solid";
borderwidth=0;
separatorcolor="#D00101";
separatorsize="0";
padding=1;
fontsize="10";
fontstyle="bold";
fontfamily="verdana";
pagecolor="#000000";
pagebgcolor="#D00101";
headercolor="#333333";
headerbgcolor="#333333";
overfilter="fade(duration=.5);Alpha(opacity=88)";
outfilter="fade(duration=.3)";}


with(milonic=new menuname("downloads")){
style=menuStyle;
itemwidth=80;
bordercolor="#00003C";
borderstyle="solid";
borderwidth=0;
overfilter="fade(duration=.5);Alpha(opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=.3)";
aI("text=<b>&nbsp;Thema's&nbsp</b>;url=http://www.krowser.nl/themas/themas.php;status=Download de laatste thema's;");
aI("text=<b>&nbsp;Software&nbsp</b>;url=http://www.krowser.nl/software.php;status=Download de laatste Krowser versie;");
}



drawMenus();
