

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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="#FFFFCC";
oncolor="#000000";
offbgcolor="#FEFFF0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=177;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
aI("text=Startpagina;url=http://www.shmm.nl/;status=Terug naar start;");
aI("text=Vacatures online;showmenu=vacatures;status=vacatures;");
aI("text=Bedrijfsopleidingen;showmenu=bedrijfsgroepen;status=Bedrijfsopleidingen;");
aI("text=Onderwijsopdrachten;showmenu=onderwijsopdrachten;status=Onderwijsopdrachten;");
aI("text=Beroeps Praktijk Vorming (BPV);showmenu=bpv;status=BPV;");
aI("text=Jaarkalender SHM&M;url=http://www.shmm.nl/escal/kalender.php;target=frame1;status=Jaarkalender;");
}

with(milonic=new menuname("vacatures")){
style=menuStyle;
overflow="scroll";
aI("text=Plaats vacatures of een BPV vraag;url=http://www.shmm.nl/bedrijf/vacatureform.htm;target=frame1;status=Plaats vacatures;");
}

with(milonic=new menuname("bedrijfsgroepen")){
style=menuStyle;
aI("text=Algemeen bedrijfsgroepen;url=http://shmm.nl/bedrijf/bedrijfsgroep_algemeen.htm;target=frame1;status=Algemeen;")
aI("text=HEMA bedrijfsgroep;url=http://shmm.nl/bedrijf/bedrijfsgroep_hema.htm;target=frame1;status=HEMA bedrijfsgroep;")
aI("text=C1000 bedrijfsgroep;url=http://shmm.nl/bedrijf/bedrijfsgroep_c1000.htm;target=frame1;status=C1000 bedrijfsgroep;")
aI("text=Praxis bedrijfsgroep;url=http://shmm.nl/bedrijf/bedrijfsgroep_praxis.htm;target=frame1;status=Praxis bedrijfsgroep;")
aI("text=Blokker bedrijfsgroep;url=http://shmm.nl/bedrijf/bedrijfsgroep_blokker.htm;target=frame1;status=Blokker bedrijfsgroep;")
aI("text=Vroom & Dreesmann bedrijfsgroep;url=http://shmm.nl/bedrijf/bedrijfsgroep_vd.htm;target=frame1;status=Vroom & Dreesmann bedrijfsgroep;")
aI("text=Planning & scores;url=http://bg.score.shmm.nl;target=_blank;status=Planning & scores;")
}

with(milonic=new menuname("onderwijsopdrachten")){
style=menuStyle;
aI("text=Onderwijsvorm;showmenu=onderwijsvorm;status=Onderwijsvorm;");
aI("text=Formulier onderwijsparticipatie;url=http://shmm.nl/bedrijf/onderwijs_participatie.htm;target=frame1;status=Onderwijsparticipatie;")
}

with(milonic=new menuname("bpv")){
style=menuStyle;
aI("text=Instruktie BPV detailhandel BOL en BBL;url=http://www.shmm.nl/bedrijf/bpv/bpv_info_detail.htm;target=frame1;status=Instruktie BPV detailhandel BOL en BBL;");
aI("text=Wat is een juiste beroepshouding tijdens de BPV?;url=http://www.shmm.nl/bedrijf/bpv/beroepshouding.htm;target=frame1;status=Beroepshouding;");
aI("text=De communicatie rondom de BPV;url=http://www.shmm.nl/bedrijf/bpv/contact_bpv.htm;target=frame1;status=Communicatie rondom de BPV;");
aI("text=Link naar KC Handel;url=http://www.kchandel.nl;target=_blank;status=Link naar KC Handel;");
aI("text=Link naar Liftgroup;url=http://www.liftgroup.nl/;target=_blank;status=Link naar Liftgroup;");
}
with(milonic=new menuname("vacant")){
style=menuStyle;
aI("text=Vacatures pagina 1;url=http://www.shmm.nl/personeel/wie_is_wie/shm_a_k.htm;target=frame1;status=Vacatures pagina 1;")
aI("text=Vacatures pagina 2;url=http://www.shmm.nl/personeel/wie_is_wie/shm_l_z.htm;target=frame1;status=Vacatures pagina 2;")
aI("text=Vacatures pagina 3;url=http://www.shmm.nl/personeel/wie_is_wie/shm_l_z.htm;target=frame1;status=Vacatures pagina 3;")
aI("text=Vacatures pagina 4;url=http://www.shmm.nl/personeel/wie_is_wie/shm_l_z.htm;target=frame1;status=Vacatures pagina 4;")
}

with(milonic=new menuname("onderwijsvorm")){
style=menuStyle;
aI("text=Scripts;url=http://shmm.nl/bedrijf/bedrijfscript.htm;target=frame1;status=Scripts;")
aI("text=Workshops;url=http://shmm.nl/bedrijf/bedrijf_workshops.htm;target=frame1;status=Workshops;")
aI("text=Bedrijfsopdrachten binnen scripts;url=http://shmm.nl/bedrijf/bedrijfs_opdracht.htm;target=frame1;status=Bedrijfsopdrachten binnen scripts;")
}

drawMenus();

