<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // 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]=["HOME", "http://www.laplage.be/agence/default.htm", ""]
ssmItems[1]=["siteinhoud", "http://www.laplage.be/agence/siteinhoud_n.htm", ""]
ssmItems[2]=["wie zijn wij", "http://www.laplage.be/agence/wiezijnwij_n.htm",""]
ssmItems[3]=["wat doen wij", "http://www.laplage.be/agence/dienstverlening_n.htm",""]
ssmItems[4]=["openingsuren kantoor", "http://www.laplage.be/agence/open_n.htm",""]
ssmItems[5]=["het ERA netwerk", "http://www.laplage.be/agence/netwerk_n.htm",""]
ssmItems[6]=["de badplaats Westende", "http://www.laplage.be/agence/westende_n.htm",""]
ssmItems[7]=["het weer aan zee", "http://www.laplage.be/agence/weer_n.htm",""]
ssmItems[8]=["vakantieverhuur", "http://www.laplage.be/agence/huurkt_n.htm",""]
ssmItems[9]=["verhuur 6 wintermaanden", "http://www.laplage.be/agence/huurwt_n.htm",""]
ssmItems[10]=["lange termijn verhuur", "http://www.laplage.be/agence/huurlt_n.htm",""]
ssmItems[11]=["herverkoop", "http://www.laplage.be/agence/koop_n.htm",""]
ssmItems[12]=["nieuwbouw", "http://www.laplage.be/agence/nieuwbouw_n.htm",""]
ssmItems[13]=["commercieel vastgoed", "http://www.laplage.be/agence/handel_n.htm",""]
ssmItems[14]=["beheer van medeëigendom", "http://www.laplage.be/agence/syndiek_n.htm",""]
ssmItems[15]=["links", "http://www.laplage.be/agence/links_n.htm",""]

buildMenu();

//-->
