<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=5; // 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="#4a113e";
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="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="black";
linkTarget="_top";
linkAlign="left";
barBGColor="black";
barFontFamily="Verdana";
barFontSize="2";
barFontWidth="bold";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Main"] //create header
ssmItems[1]=["Refresh", "http://colorful.die-macht.org/acp/memberarea.php", ""]
ssmItems[2]=["Profil ändern", "http://colorful.die-macht.org/acp/editprofil.php", ""]
ssmItems[3]=["Freunde", "http://colorful.die-macht.org/acp/freunde.php", ""]
ssmItems[4]=["Posteingang", "http://colorful.die-macht.org/acp/posteingang.php", ""]
ssmItems[5]=["Mitglieder", "http://colorful.die-macht.org/acp/mitglieder.php", ""]
ssmItems[6]=["Logout", "http://colorful.die-macht.org/acp/logout.php", ""]

ssmItems[7]=["Bearbeitungen"] //create header
ssmItems[8]=["Dateien bearbeiten", "http://colorful.die-macht.org/acp/schutz/edit_data.php", "_blank"]
ssmItems[9]=["Affiliates", "http://colorful.die-macht.org/acp/schutz/affiliates.php", ""]
ssmItems[10]=["Grafiken"]
ssmItems[11]=["Avatare", "http://colorful.die-macht.org/acp/schutz/avatare.php", ""]
ssmItems[12]=["Banner", "http://colorful.die-macht.org/acp/schutz/banner.php", ""]
ssmItems[13]=["Blends", "http://colorful.die-macht.org/acp/schutz/blends.php", ""]
ssmItems[14]=["Buttons", "http://colorful.die-macht.org/acp/schutz/buttons.php", ""]
ssmItems[15]=["Emoticons", "http://colorful.die-macht.org/acp/schutz/emoticons.php", ""]
ssmItems[16]=["Header", "http://colorful.die-macht.org/acp/schutz/headers.php", ""]
ssmItems[17]=["PNG's", "http://colorful.die-macht.org/acp/schutz/pngs.php", ""]
ssmItems[18]=["Pixel", "http://colorful.die-macht.org/acp/schutz/pixel.php", ""]
ssmItems[19]=["Wallpaper", "http://colorful.die-macht.org/acp/schutz/wallpaper.php", ""]
ssmItems[20]=["Layouts"]
ssmItems[21]=["Div", "http://colorful.die-macht.org/acp/schutz/div.php", ""]
ssmItems[22]=["PopUp", "http://colorful.die-macht.org/acp/schutz/popup.php", ""]
ssmItems[23]=["Table", "http://colorful.die-macht.org/acp/schutz/table.php", ""]
ssmItems[24]=["Layer", "http://colorful.die-macht.org/acp/schutz/layer.php", ""]
ssmItems[25]=["Frame", "http://colorful.die-macht.org/acp/schutz/frame.php", ""]
ssmItems[26]=["PHP", "http://colorful.die-macht.org/acp/schutz/php.php", ""]
ssmItems[27]=["", "", ""]

buildMenu();

//-->
