


_menuCloseDelay=5          // The time delay for menus to remain visible on mouse out

_menuOpenDelay=50            // The time delay before menus open on mouse over

_subOffsetTop=4              // Sub menu top offset

_subOffsetLeft=6            // Sub menu left offset







with(menuStyle=new mm_style()){

onbgcolor="#ffffff";

oncolor="#01435f";

offbgcolor="#01435f";

offcolor="#ffffff";

bordercolor="#01435f";

borderstyle="solid";

borderwidth=1;

separatorcolor="#ffffff";

separatorsize="1";

padding=4;

fontsize="10px";

fontstyle="normal";

fontweight="bold";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="";

pagebgcolor="";

headercolor="";

headerbgcolor="";

subimage="";

subimagepadding="2";

overfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)";

outfilter="";

}





with(milonic=new menuname("fotos")){

style=menuStyle;

overflow="scroll";

aI("text=&nbsp;&nbsp;Reunie foto's&nbsp;&nbsp;;url=http://www.reallypurple.com/reunie/reunie/index.html;");
aI("text=&nbsp;&nbsp;Familie Van Rossem&nbsp;&nbsp;;url=http://www.reallypurple.com/reunie/vanrossum.htm;");
aI("text=&nbsp;&nbsp;Melissa Verhoef&nbsp;&nbsp;;url=http://www.reallypurple.com/reunie/melissa.htm;");


}



with(milonic=new menuname("over")){

style=menuStyle;

overflow="scroll";

aI("text=&nbsp;&nbsp;Over Indygo&nbsp;&nbsp;;url=http://www.indygo.nl/over.htm;");
aI("text=&nbsp;&nbsp;Dienstwijzer&nbsp;&nbsp;;url=http://www.indygo.nl/dienstwijzer.htm;");




}




drawMenus();




