<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=25; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFB060";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=60; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#FFB060";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="14";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFB060";
linkTarget="_top";
linkAlign="Left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU historie"; // <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]=[" 1989&nbsp;&nbsp;", "#1989", "aktual"]
ssmItems[1]=[" 1990&nbsp;&nbsp;", "#1990", "aktual"]
ssmItems[2]=[" 1991&nbsp;&nbsp;", "#1991","aktual"]
ssmItems[3]=[" 1992&nbsp;&nbsp;", "#1992", "aktual"]
ssmItems[4]=[" 1993&nbsp;&nbsp;", "#1993", "aktual"]
ssmItems[5]=[" 1994&nbsp;&nbsp;", "#1994", "aktual"]
ssmItems[6]=[" 1995&nbsp;&nbsp;", "#1995", "aktual"]
ssmItems[7]=[" 1996&nbsp;&nbsp;", "#1996", "aktual"]
ssmItems[8]=[" 1997&nbsp;&nbsp;", "#1997", "aktual"]
ssmItems[9]=[" 1998&nbsp;&nbsp;", "#1998", "aktual"]
ssmItems[10]=[" 1999&nbsp;&nbsp;", "#1999", "aktual"]
ssmItems[11]=[" 2000&nbsp;&nbsp;", "#2000", "aktual"]
ssmItems[12]=[" 2001&nbsp;&nbsp;", "#2001", "aktual"]
ssmItems[13]=[" 2002&nbsp;&nbsp;", "#2002", "aktual"]
ssmItems[14]=[" 2003&nbsp;&nbsp;", "#2003", "aktual"]
ssmItems[15]=[" 2004&nbsp;&nbsp;", "#2004", "aktual"]
ssmItems[16]=[" 2005&nbsp;&nbsp;", "#2005", "aktual"]
ssmItems[17]=[" 2006&nbsp;&nbsp;", "#2006", "aktual"]
ssmItems[18]=[" 2007&nbsp;&nbsp;", "#2007", "aktual"]
ssmItems[19]=[" 2008&nbsp;&nbsp;", "#2008", "aktual"]
buildMenu();

//-->
