<!--

/*
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=20; // no quotes!!
slideSpeed=0 // no quotes!!
waitTime=20; // 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=30; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="white";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="white";
linkTarget="";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=16; // no quotes!!
barText="SNEL ZOEKEN"; // <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]=[" A ","#a","",1]
ssmItems[1]=[" B ","#b","",1]
ssmItems[2]=[" C ","#c","",1]
ssmItems[3]=[" D ","#d","",1]
ssmItems[4]=[" E ","#e","",1]
ssmItems[5]=[" F ","#f","",1]
ssmItems[6]=[" G ","#g","",1]
ssmItems[7]=[" H ","#h","",1]
ssmItems[8]=[" I ","#i","",1]
ssmItems[9]=[" J ","#j","",1]
ssmItems[10]=[" K ","#k","",1]
ssmItems[11]=[" L ","#l","",1]
ssmItems[12]=[" M ","#m","",1]
ssmItems[13]=[" N ","#n","",1]
ssmItems[14]=[" O ","#o","",1]
ssmItems[15]=[" P ","#p","",1]
ssmItems[16]=[" Q ","#q","",1]
ssmItems[17]=[" R ","#r","",1]
ssmItems[18]=[" S ","#s","",1]
ssmItems[19]=[" T ","#t","",1]
ssmItems[20]=[" U ","#u","",1]
ssmItems[21]=[" V ","#v","",1]
ssmItems[22]=[" W ","#w","",1]
ssmItems[23]=[" X ","#x","",1]
ssmItems[24]=[" Y ","#y","",1]
ssmItems[25]=[" Z ","#z","",1]


buildMenu();

//-->
