
_menuCloseDelay=700           // 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=12              // Sub menu top offset
_subOffsetLeft=-7            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x - #80BDB5#005555#66FFFF#99CCC5/images/google.gif;overimage=images/google_over.gif


with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="#66ddff";
offbgcolor="";
offcolor="#2233ff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize=0;
padding=6;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,sans-serif";
pagecolor="#55ccff";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#aabbdd";
subimage="bestanden/arrowdnblue.gif";
subimagepadding="2";
followscroll="on";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffffff";
oncolor="#ff9900";
offbgcolor="#dddddd";
offcolor="#ff6600";
bordercolor="aaaaaa";
borderstyle="solid";
borderwidth=1;
separatorcolor="aaaaaa";
separatorsize=1;
padding=6;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial,sans-serif";
pagecolor="ffffff"; //#55ccff
pagebgcolor="ff0000";
headercolor="#ffffff";
headerbgcolor="#2233aa";
subimage="bestanden/arrowblue.gif";
subimagepadding="2";
followscroll="on";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle1;
top=0;
left=15;
alwaysvisible=1;
followscroll=0;
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Boeken etc.;showmenu=boeken;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Muziek in het Afrikaans op CD;url=produktcd'safrik.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Boek Jan de Witt;url=produktjandewitt.html;");
}

with(milonic=new menuname("boeken")){
style=menuStyle2;
aI("text=Totale boekenbestand;url=produktboeken.html;");
aI("text=Algemeen;url=produktalgemeen.html;");
aI("text=Antiquarisch;url=produktantiquarisch.html;");
aI("text=in het Afrikaans;url=produktafrikaans.html;");
aI("text=Literatuur;url=produktliteratuur.html;");
aI("text=Politiek;url=produktpolitiek.html;");
aI("text=Algemeen/historisch;url=produkthistorisch.html;");
aI("text=Romans;url=produktromans.html;");
aI("text=Kinderboeken;url=produktkinder.html;");
aI("text=Afrika algemeen;url=produktafrikaalg.html;");
}


drawMenus();

