


_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("diensten")){

style=menuStyle;

overflow="scroll";

aI("text=&nbsp;&nbsp;Hypotheken&nbsp;&nbsp;;url=http://www.indygo.nl/hypotheken.htm;");
aI("text=&nbsp;&nbsp;Verzekeringen&nbsp;&nbsp;;url=http://www.indygo.nl/verzekeringen/verzekeren.htm;");
aI("text=&nbsp;&nbsp;Pensioenen&nbsp;&nbsp;;url=http://www.indygo.nl/pensioenen.htm;");
aI("text=&nbsp;&nbsp;Beleggen&nbsp;&nbsp;;url=http://www.indygo.nl/beleggen.htm;");
aI("text=&nbsp;&nbsp;Administratie & Belastingen&nbsp;&nbsp;;url=http://www.indygo.nl/administratie.htm;");
aI("text=&nbsp;&nbsp;Financial Planning&nbsp;&nbsp;;url=http://www.indygo.nl/financieleplanning.htm;");
aI("text=&nbsp;&nbsp;Echtscheidingsbemiddeling&nbsp;&nbsp;;url=http://www.indygo.nl/echtscheiding.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();



