
/*

*/



_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=0            // The time delay before menus open on mouse over

_subOffsetTop=5               // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset







with(menuStyle=new mm_style()){

onbgcolor="#696969";

oncolor="#ffffff";

offbgcolor="#3d3d3d";

offcolor="#ffffff";

borderstyle="solid";

borderwidth=0;

separatorcolor="#3d3d3d";

separatorsize="1";

padding=5;

fontsize="75%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="white";

pagebgcolor="#696969";

headercolor="#ffffff";

headerbgcolor="#ffffff";

subimage="arrow.gif";

subimagepadding="2";

overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#696969', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0)";

}



with(milonic=new menuname("Menu")){

style=menuStyle;

overflow="scroll";

aI("text=Home;url=http://foto.k9-domain.nl;");

aI("text=Naar Foto Albums;url=http://foto.k9-domain.nl/fotosite.html;");

aI("text=Naar diverse voorbeelden;url=http://foto.k9-domain.nl/bewerkingen.html;");

aI("text=Contactgegevens;url=http://foto.k9-domain.nl/contact.html;");

aI("text=Geplande evenementen;url=http://foto.k9-domain.nl/agenda.html;");

}




drawMenus();

