<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#580058";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#580058";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkFontColor="#0E4456";
linkOverBGColor="#FFFFB9";
linkTarget="_top";
linkAlign="Left";
linkHeight="25";
barBGColor="#580058";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="Menu"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["<img src='/img/user-home.png' title='Home' style='margin-bottom:-5px; padding-right:5px' height=20 width=20>Home", "/index.php", ""]
ssmItems[2]=["Werkwijze", "/werkwijze.php",""]
ssmItems[3]=["Opbouw", "/intake.php", ""]
ssmItems[4]=["BV&T groep", "/bvent-team.php", ""] // "_new"
ssmItems[5]=["Vacatures", "/vacatures.php", ""]
ssmItems[6]=["Contact", "/contact.php", ""]

ssmItems[7]=["FAQ", "/faqs.php", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:bericht@bvent.nl", "",1]

ssmItems[9]=["Overige info", "", ""] //create header
ssmItems[10]=["Klanten van BV&T", "/klanten-van-bvent.php", ""]
ssmItems[11]=["Online Evaluatie", "/enquete/take.php?enq=1", ""]
ssmItems[12]=["Docenten/Admin inloggen", "/inloggen.php", ""]
ssmItems[13]=["E-Mail Box Docenten", "http://webmail.bvent.nl", ""]
ssmItems[14]=["* E-Mail Box Nieuwestijl *", "http://mail.bvent.nl", ""]
buildMenu();

//-->
