<!--

/*
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=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=160; // 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="black";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="yellow";
barVAlign="center";
barWidth=20; // no quotes!!
barText="A N N D A N N"; // <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]=[" THEMEN "] //create header
ssmItems[1]=[" ALLES GEHEIM ", "frmaurer.htm", ""]
ssmItems[2]=[" CHIP ", "rf.htm", ""]
ssmItems[3]=[" DOGMA ", "dogma.htm", ""]
ssmItems[4]=[" EXTRA ", "extra.htm", ""]
ssmItems[5]=[" GLOBAL WARNING ", "gw.htm", ""]
ssmItems[6]=[" KAPPKONTROLL ", "mcontrol.htm", ""]
ssmItems[7]=[" NEIES ", "neies.htm", ""]
ssmItems[8]=[" POWER ", "power.htm", ""]
ssmItems[9]=[" PROST GESONDHEET ", "gesond.htm", ""]
ssmItems[10]=[" SCHOUL ", "schoul.htm", ""]
ssmItems[11]=[" STREIFENHIMMEL ", "chems.htm", ""]
ssmItems[12]=[" TECHNICKI ", "haap.htm", ""]
ssmItems[13]=[" 7/7 - 9/11 ", "9eelef.htm", ""]
ssmItems[14]=[" vershitenes ", "divers.htm", ""]

ssmItems[15]=[" LINKS "] //create header
ssmItems[16]=[" playlists ", "http://anndann.musicker.net/playlist/anndann.htm", "", 1, "no"]
ssmItems[17]=[" info ", "info.htm", "",1]
ssmItems[18]=[" email us ", "contact.htm", "", 1, "no"]
ssmItems[19]=[" home ", "http://anndann.musicker.net", "",1]
ssmItems[20]=[" radio ARA ", "http://www.ara.lu/webradio/radio.htm", "_blank"]

buildMenu();

//-->
