<!-- 
 
/* 
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=25 // no quotes!! 
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it. 
menuBGColor="#b0b0b0"; 
menuIsStatic="yes"; //this sets whether menu should stay static on the screen 
menuWidth=110; // Must be a multiple of 10! no quotes!! 
menuCols=2; 
hdrFontFamily="geneva,arial,helvetica,sans-serif"; 
hdrFontSize="2"; 
hdrFontColor="white"; 
hdrBGColor="#c0c0c0"; 
hdrAlign="left"; 
hdrVAlign="center"; 
hdrHeight="14"; 
linkFontFamily="geneva,arial,helvetica,sans-serif"; 
linkFontSize="2"; 
linkBGColor="#c0c0c0"; 
linkOverBGColor="#f0f0f0"; 
linkTarget="_top"; 
linkAlign="left"; 
barBGColor="#c0c0c0"; 
barFontFamily="geneva,arial,helvetica,sans-serif"; 
barFontSize="2"; 
barFontColor="white"; 
barVAlign="center"; 
barWidth=20; // no quotes!! 
barText="flerp 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]=["Flerp.net"] //create header 
ssmItems[1]=["Home", "http://flerp.net/", ""] 
ssmItems[2]=["IJsland", "http://flerp.net/ijsland/",""] 
ssmItems[3]=["Denemarken", "http://flerp.net/denemarken/",""] 
ssmItems[4]=["Jeroen en Tina", "http://flerp.net/jeroenentina/",""] 
ssmItems[5]=["Gastenboek", "http://flerp.net/guestbook/", ""] 
ssmItems[6]=["Startup", "http://startup.flerp.net/", ""] 
ssmItems[7]=["Search", "http://flerp.net/search", ""] 
ssmItems[8]=["BOFH", "http://flerp.net/bofh/", ""] 
ssmItems[9]=["Huis!", "http://francien.flerp.net/", ""]  
ssmItems[10]=["Fotopagina's", "http://flerp.net/foto", ""] 
ssmItems[11]=["Flerp Log", "http://flerp.net/blog/", ""]  
ssmItems[12]=["Sinterflerp", "http://flerp.net/sint.shtml", ""]  
ssmItems[13]=["Webmail", "http://webmail.flerp.net/", "", 1, "no"] //create two column row 
ssmItems[14]=["Stats", "http://flerp.net/Admin/", "",1] 
buildMenu(); 
//--> 
