_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=1                // Follow scrolling speed
_followRate=1                // Follow scrolling Rate
_subOffsetTop=4              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#2B4C69";
oncolor="#ffffff";
offbgcolor="#908700";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#6E623D";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.fos-socsol.be/ontwerp/images_NAV/arrow.gif";
subimagepadding="5";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.15)";
}

// aanmaak menu bovenaan = menu1

with(milonic=new menuname("Main Menu 1")){
   style=menuStyle;
   alwaysvisible=1;
   orientation="horizontal";
   position="relative";
   aI("text=Home;url=http://www.fos-socsol.be/cntnt/home/home.php;");
   aI("text=Over fos;url=http://www.fos-socsol.be/cntnt/over_fos/over_fos.php;");
   aI("text=En jij?;showmenu=A2 Enjij;");
   aI("text=In het Zuiden;showmenu=A4 Zuidwerking;");
   aI("text=Nieuws;showmenu=A3 Nieuws;");
   aI("text=Kalender;url=http://www.fos-socsol.be/cntnt/activiteitenkalender/display_alle_komende_activiteiten.php;");
   aI("text=Fotogalerij;target=_blank;url=http://galerij.fos-socsol.be/;");
}


with(milonic=new menuname("A2 Enjij")){
   style=menuStyle;
   aI("text=Doe mee!;url=http://www.fos-socsol.be/cntnt/enjij/doemee/doemee.php;");
   aI("text=Steun ons;url=http://www.fos-socsol.be/cntnt/enjij/steunons/steunons.php;");
}

with(milonic=new menuname("A3 Nieuws")){
   style=menuStyle;
   aI("text=Artikels;url=http://www.fos-socsol.be/cntnt/nieuws/nieuws_zuid_display_lijst_NL.php;");
   aI("text=Blogs;url=http://www.fos-socsol.be/cntnt/nieuws/blogs/blogs.php;"); 
   aI("text=E-nieuwsbrief;url=http://www.fos-socsol.be/cntnt/nieuws/e-nieuwsbrief/nieuwsbrief.php;"); 
   aI("text=Facebook;url=http://www.fos-socsol.be/cntnt/nieuws/facebook/facebook.php;"); 
   aI("text=FOSFOR;url=http://www.fos-socsol.be/cntnt/nieuws/fosfor/FOSFOR.php;"); 
   aI("text=Jaarverslag;url=http://www.fos-socsol.be/cntnt/nieuws/jaarverslag/jaarverslag.php;");
   aI("text=Andere;url=http://www.fos-socsol.be/cntnt/nieuws/andere/andere.php;"); 
}

with(milonic=new menuname("A4 Zuidwerking")){
   style=menuStyle;
   aI("text=Wat doen we?;url=http://www.fos-socsol.be/cntnt/zuidwerking/wat_doen_we.php;");
   aI("text=zuidelijk Afrika;url=http://www.fos-socsol.be/cntnt/zuidwerking/afrika/afrika.php;");
   aI("text=Midden-Amerika;url=http://www.fos-socsol.be/cntnt/zuidwerking/midden_amerika/midden_amerika.php;");
   aI("text=Palestina;url=http://www.fos-socsol.be/cntnt/zuidwerking/palestina/palestina_fos.php;");
   aI("text=Zuid-Amerika;url=http://www.fos-socsol.be/cntnt/zuidwerking/zuid_amerika/zuid_amerika.php;");
   aI("text=Andere samenwerkingen;url=http://www.fos-socsol.be/cntnt/zuidwerking/andere_samenwerkingen/overzicht_samenwerkingen.php;");
}



drawMenus(); // Then draw the first main menu.

// aanmaak menu onderaan = menu2

with(milonic=new menuname("Main Menu 2")){
   style=menuStyle;
   alwaysvisible=1;
   orientation="horizontal";
   position="relative";
   aI("text=Campagne;url=http://www.fos-socsol.be/cntnt/campagne/2010/2010fos.php;");
   aI("text=Partnerschappen;url=http://www.fos-socsol.be/cntnt/partnerschappen/partnerschappen.php;");
   aI("text=Ontlenen;url=http://www.fos-socsol.be/cntnt/ontlenen/aanbod/aanbod_overzicht.php;");
   aI("text=Vacatures;url=http://www.fos-socsol.be/cntnt/vacatures/vacatures.php;");
   aI("text=Contact;url=http://www.fos-socsol.be/cntnt/contact/medewerkers.php;");
   aI("text=Zoek;url=http://www.fos-socsol.be/cntnt/zoek/searchpro_start_zoek.htm;target=_blank");

}




drawMenus(); // Then draw the second sub menu.
