<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#3f3f3f";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#3f3f3f";
linkTarget="_top";
linkAlign="Left";
barBGColor="#2f2f2f";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="BOT Clan Navigation"; // <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]=["Haupmenu"] //create header
ssmItems[1]=["Toplist", "http://lutzip0.alfahosting.org/toplist/index.php", "_new"]
ssmItems[2]=["Inhaltsspionage", "?path=contentspy", ""]
ssmItems[3]=["xFire Listing", "?path=show_xfire.php", ""]
ssmItems[4]=["Geburtstage", "?path=birthday", ""]
ssmItems[5]=["Abwesenheit", "?path=away", ""]
ssmItems[6]=["Abwesenheit eintragen!", "?path=away&mode=edit", ""]
ssmItems[7]=["Benutzer", "?path=userslist", "", 1, "no"] 
ssmItems[8]=["Usermap", "?path=content&contentid=162", "", 1]
ssmItems[9]=["Links", "?path=contentarchive&type=3","", 1, "no"]
ssmItems[10]=["Artikel", "?path=contentarchive&type=1", "", 1]

ssmItems[11]=["STATISTIK"]
ssmItems[12]=["Forum Bedankungen", "?path=toplist", ""]
ssmItems[13]=["Forumtopuser", "?path=forumstopuser", ""]
ssmItems[14]=["Profilaufrufe", "?path=profilecount", ""]
ssmItems[15]=["Online&uuml;bersicht", "?path=zuletzt_online_pb_v1", ""]
ssmItems[16]=["F&uuml;tterstelle Spambots", "?path=emails", ""]
ssmItems[17]=["Gallery", "?path=galerie_menu", "", 1, "no"]
ssmItems[18]=["Movies", "?path=movies", "", 1]
ssmItems[19]=["RSS Feed", "?path=rss", "", 1, "no"]
ssmItems[20]=["Sitemap", "?path=sitemap", "", 1]

ssmItems[21]=["Partner", "", ""] //create header
ssmItems[22]=["BOT-Clan velinken", "?path=mylinkus", ""]
ssmItems[23]=["Partner werden", "?path=content&contentid=171", ""]
ssmItems[24]=["Partner", "?path=partner", ""]

buildMenu();

//-->