


<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=20; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=1200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="#BBBBBB";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="#ff9933";
linkOverBGColor="navy";
linkTarget="4frame";
linkAlign="Left";
linkVAlign="center";
barBGColor="#170088";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="#BBBBBB";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU";

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Interne Links"] //create header

ssmItems[2]=["Voorwaarden", "main-2.html", ""]
ssmItems[1]=["Informatie", "main-1.html", ""]
ssmItems[3]=["Contact", "main-3.html", ""]
ssmItems[4]=["Tarieven", "main-4.html",""]
ssmItems[5]=["Wie zijn we", "main-5.html", ""]
ssmItems[6]=["Aagesloten Scholen", "main-7.html", ""]

ssmItems[7]=["banner", "main-6.html", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:mail@noblame.nl", "",1]

ssmItems[9]=["", "../HTP/HTP.html", ""]
ssmItems[10]=["", "../HTP/HTP.html", ""]
ssmItems[12]=["", "../HTP/HTP.html", ""]
ssmItems[11]=["", "http://www.noblame.nl", ""] 
ssmItems[13]=["", "", ""] //create header
ssmItems[14]=["Externe Links", "main-9.html", ""] 
ssmItems[15]=["", "", ""] //create header
buildMenu();

//-->

