<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="blue";
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="verdana";
hdrFontSize="3";
hdrFontColor="black";
hdrBGColor="#FFFFCC";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffcc";
barFontFamily="Verdana";
barFontSize="5";
barFontColor="red";
barVAlign="center";
barWidth=20; // no quotes!!
barText=""; // <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]=["Intro", "intro_n.html", ""]
ssmItems[2]=["De fotogalerij", "fotolink_n.html",""]
ssmItems[3]=["Foldertje en businesskaartje", "folder_nn.html", ""]
ssmItems[4]=["Diensten", "activities_nl.html", ""]
ssmItems[5]=["Kei Gave Latex Feiten", "clinic_n.html", ""]
ssmItems[6]=["ArtistsFly4Free", "fly4free_n.html", ""]

ssmItems[7]=["Tarieven", "rates_n.html", ""] //create two column row
ssmItems[8]=["Wereld Artiest", "international_n.html", ""]
ssmItems[9]=["Ballonnen?", "balloon_n.html", ""]
ssmItems[10]=["overig", "", ""] //create header
ssmItems[11]=["Kontakt", "email_n.html", ""]
ssmItems[12]=["de linkpagina", "links.html", ""]
ssmItems[13]=["gastenboek", "gastenboek.html", ""]

buildMenu();

//-->