fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
with(XPMainStyle=new mm_style()){
onbgcolor="#2FFF2F";
oncolor="#000000";
offbgcolor="#7eff20";   
offcolor="#000000";
bordercolor="#FFA579";
borderstyle="ridge";
borderwidth=1;
separatorcolor="#FFA579";
separatorsize="1";
padding=3;
fontsize="85%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
subimagepadding="2";
onborder="1px solid #316AC5";
onborder='1px dashed #ffffff';
offborder="1px solid #cccccc";
<!-- bgimage="oren.jpg"; -->
}

with(XPMenuStyle=new mm_style()){
onbgcolor="#7eff20";
oncolor="#000000";
offbgcolor="#2FFF2F";
offcolor="#000000";
bordercolor="#000000";
borderstyle="ridge";
borderwidth=1;
separatorcolor="#802900";
separatorpadding="2";
separatoralign="right";
separatorwidth="60%";
padding=2;
fontsize="90%";
visitedcolor="#1D3AA3";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana";
<!-- image="xpblank.gif"; -->
subimage="arrowrood.gif"; 
onborder="1px solid #316AC5";
overfilter="";
outfilter="";
menubgimage="";
}

with(milonic=new menuname("Main Menu")){
style=XPMainStyle;
alwaysvisible=1;
orientation="vertical";
followscroll=0;
margin=4;

aI("");
aI("text=Home;url=http://www.dierenplek.nl;target=_self;status=Terug naar Home Page;image=http://www.kattenwinkeltje.nl/home.jpg;");
aI("text=Pensions;showmenu=PENSION;");
aI("text=Verzorging thuis;showmenu=THUIS;");
aI("text=Aandacht voor:;showmenu=AANDACHT;");
aI("text=Verzekeringen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=verzekering.htm;target=_self;");
aI("text=Krabpalen;showmenu=PAAL;");
aI("text=Opleidingen;url=opleidingen.htm;target=_self;");
aI("text=Alternatief ;url=alternatief1.htm;target=_self;");
aI("text=Links;url=links.htm;target=_self;");
aI("text=Contact;url=contact.htm;target=_self;");
aI("text=Disclaimer;url=disclaimer.htm;target=_self;");
aI("text=&copy; Copyright 2012;");
}

with(milonic=new menuname("PENSION")){
style=XPMenuStyle;
margin=4; 
aI("text=Alle dieren per Provincie;url=pensions1.htm;target=_self;");
aI("text=Katten per Provincie;url=pensionsk.htm;target=_self;");
aI("text=Honden per Provincie;url=pensionsh.htm;target=_self;");
aI("text=Zoeken op naam;url=zoekinnaam.php;target=_self;");
aI("text=Zoeken op postcode;url=zoekincode.php;target=_self;");
aI("text=Zoeken op plaats;url=zoekinplaats.php;target=_self;");
}


with(milonic=new menuname("THUIS")){
style=XPMenuStyle;
margin=4; 
aI("text=Verzorging per provincie;url=oppas.htm;target=_self;");
aI("text=Zoeken op naam;url=zoekpasinnaam.php;target=_self;");
aI("text=Zoeken op postcode;url=zoekpasincode.php;target=_self;");
aI("text=Zoeken op plaats;url=zoekpasinplaats.php;target=_self;");
}

with(milonic=new menuname("AANDACHT")){
style=XPMenuStyle;
margin=4; 
aI("text=KattenhotelDotje;url=kattenhoteldotje.htm;target=_self;");
}

with(milonic=new menuname("PAAL")){
style=XPMenuStyle;
margin=4; 
aI("text=Hoge kwaliteit via Kattenzorg;url=http://www.kattenweetjes.nl/ccount/click.php?id=46;target=_new;");
aI("text=Alle krabpalen;url=http://www.kattenwinkeltje.nl/krabpalenallen.php;target=_new;");
aI("text=Tot 20 euro;url=http://www.kattenwinkeltje.nl/krabpalenallentot20.php;target=_new;");
aI("text=Tussen 20 en 50 euro;url=http://www.kattenwinkeltje.nl/krabpalenallentot50.php;target=_new;");
aI("text=Tussen 50 en 75 euro;url=http://www.kattenwinkeltje.nl/krabpalenallenvan50.php;target=_new;");
aI("text=Tussen 75 en 100 euro;url=http://www.kattenwinkeltje.nl/krabpalenallenvan75.php;target=_new;");
aI("text=Tussen 100 en 150 euro;url=http://www.kattenwinkeltje.nl/krabpalenallenvan100.php;target=_new;");
aI("text=Tussen 150 en 200 euro;url=http://www.kattenwinkeltje.nl/krabpalenallenvan150.php;target=_new;");
aI("text=Vanaf 200 euro;url=http://www.kattenwinkeltje.nl/krabpalenallenvan200.php;target=_new;");
}

with(milonic=new menuname("Samples")){
style=XPMenuStyle;
overflow="scroll";
margin=4;
aI("text=Horizontal Navigational Menu;url=/menusample1.php;");
}

with(milonic=new menuname("Milonic")){
style=XPMenuStyle;
margin=4;
aI("text=Product Purchasing Page;url=http://www.milonic.com/cbuy.php;image=xp_preview.gif;separatorsize=1;");
}

drawMenus();


