_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#DE1E29";
oncolor="#FFFFFF";
offbgcolor="#ffffff";
offcolor="#DE1E29";
bordercolor="#999999";
borderstyle="solid";
borderwidth="1";
separatorcolor="#999999";
separatorsize="1";
padding="6";
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Helvetica, Verdana";
pagecolor="#DE1E29";
pagebgcolor="#DADADA";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.0);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("architectuur")){
style=menuStyle;
aI("image=/template/cross.gif;text=Amsterdam, Keizersgracht;url=/nl/architectuur-keizersgracht.aspx;");
aI("image=/template/cross.gif;text=Capelle, IJsseloever;url=/nl/architectuur-ijsseloever.aspx;");
aI("image=/template/cross.gif;text=Den Haag, Gevers Deynootweg, ;url=/nl/architectuur-gevers.aspx;");
aI("image=/template/cross.gif;text=Den Haag, Havenkade;url=/nl/architectuur-havenkade.aspx;");
aI("image=/template/cross.gif;text=Den Haag, Leidscheveen, ;url=/nl/architectuur-leidscheveen.aspx;");
aI("image=/template/cross.gif;text=Den Haag, Sportlaan;url=/nl/architectuur-sportlaan.aspx;");
aI("image=/template/cross.gif;text=Helmond, Julianalaan;url=/nl/architectuur-julianalaan.aspx;");
aI("image=/template/cross.gif;text=Nesselande;url=/nl/architectuur-nesselande.aspx;");
aI("image=/template/cross.gif;text=Nootdorp, Ypenburg;url=/nl/architectuur-ypenburg.aspx;");
}

with(milonic=new menuname("ontwikkeling")){
style=menuStyle;
aI("image=/template/cross.gif;text=Amsterdam, Marnixkade;url=/nl/ontwikkeling-marnixkade.aspx;");
aI("image=/template/cross.gif;text=Amsterdam, Jacob van Lennepstraat;url=/nl/ontwikkeling-lennepstraat.aspx;");
aI("image=/template/cross.gif;text=Amsterdam, Singel;url=/nl/ontwikkeling-singel.aspx;");
aI("image=/template/cross.gif;text=Amsterdam, Blasiusstraat;url=/nl/ontwikkeling-blasiusstraat.aspx;");
aI("image=/template/cross.gif;text=Amsterdam, Herenmarkt;url=/nl/ontwikkeling-herenmarkt.aspx;");
aI("image=/template/cross.gif;text=Den Haag, Badhuiskade;url=/nl/ontwikkeling-badhuiskade.aspx;");
aI("image=/template/cross.gif;text=Den Haag, Elandstraat;url=/nl/ontwikkeling-elandstraat.aspx;");
aI("image=/template/cross.gif;text=Den Haag, Zeekant;url=/nl/ontwikkeling-zeekant.aspx;");
aI("image=/template/cross.gif;text=Fuerte Ventura;url=/nl/ontwikkeling-fuerteventura.aspx;");
}

drawMenus();