

_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="#D6C0D6";
oncolor="#000000";
offbgcolor="#FFEAFF";
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=Personeelslijst;showmenu=personeelslijst;status=Personeelslijst;");
aI("text=Personeelslinks;showmenu=personeelslinks;status=Personeelslinks;");
aI("text=Lesroosters;showmenu=Lesroosters;status=Lesroosters;");
aI("text=Fronter;url=http://fronter.roceindhoven.nl/index.php;target=_blank;status=Fronter;");
aI("text=ROC webmail;url=http://webmail.roceindhoven.nl/;target=_blank;status=ROC webmail;");
aI("text=Jaarkalender SHM&M;url=http://www.shmm.nl/escal/kalender.php;target=frame1;status=Jaarkalender;");
}

with(milonic=new menuname("personeelslijst")){
style=menuStyle;
overflow="scroll";
aI("text=Directie;url=http://www.shmm.nl/personeel/wie_is_wie/directie.htm;target=frame1;status=Directie;")
aI("text=Personeel School voor Handel & Marketing;showmenu=pershm;status=Personeel School voor Handel & Marketing;");
aI("text=Personeel School voor Mode;url=http://www.shmm.nl/personeel/wie_is_wie/mode.htm;target=frame1;status=Personeel School voor Mode;")
aI("text=Ondersteunend en beheerspersoneel;url=http://www.shmm.nl/personeel/wie_is_wie/obp.htm;target=frame1;status=Ondersteunend en beheerspersoneel;")
}

with(milonic=new menuname("werkomgevingen")){
style=menuStyle;
aI("text=Werkomgeving team D;url=http://www.shmm.nl/personeel/omgeving.html;target=frame1;status=Werkomgeving team D;")
aI("text=Werkomgeving team G;url=http://www.shmm.nl/personeel/omgeving.html;target=frame1;status=Werkomgeving team G;")
aI("text=Werkomgeving team H;url=http://www.shmm.nl/personeel/omgeving.html;target=frame1;status=Werkomgeving team H;")
aI("text=Werkomgeving team M;url=http://www.shmm.nl/personeel/omgeving.html;target=frame1;status=Werkomgeving team M;")
aI("text=Werkomgeving het Eindhovens Model;url=http://www.shmm.nl/personeel/omgeving.html;target=frame1;status=Werkomgeving het Eindhovens Model;")
}

with(milonic=new menuname("personeelslinks")){
style=menuStyle;
aI("text=Routeplanner;url=http://www.map24.nl/;target=_blank;status=Routeplanner;");
aI("text=KPN telefoongids online;url=http://www.detelefoongids.nl/;target=_blank;status=KPN telefoongids online;")
aI("text=Intranet.roceindhoven.nl;url=http://intranet.roceindhoven.nl;target=_blank;status=Intranet.roceindhoven.nl;")
aI("text=Dig. leeromg. EloMode;url=http://www.elomode.nl;target=_blank;status=Elomode;");
}

with(milonic=new menuname("lesroosters")){
style=menuStyle;
aI("text=Rooster Handel & Marketing;url=https://student.roceindhoven.nl/index.php?REQ_PAGE=Roosters&OP=School&School=00009;target=_blank;status=Rooster School voor Handel & Marketing;");
aI("text=Rooster School voor Mode;url=https://student.roceindhoven.nl/index.php?REQ_PAGE=Roosters&OP=School&School=00010;target=_blank;status=Rooster School voor Mode;");
}

with(milonic=new menuname("pershm")){
style=menuStyle;
aI("text=Personeel A - K;url=http://www.shmm.nl/personeel/wie_is_wie/shm_a_k.htm;target=frame1;status=Personeel A - K;")
aI("text=Personeel L - Z;url=http://www.shmm.nl/personeel/wie_is_wie/shm_l_z.htm;target=frame1;status=Personeel L - Z;")
}

drawMenus();

