<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Puplished For VB By Developer
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#869BBF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#31688E";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";

linkBGColor="white";
linkOverBGColor="#E0E7F5";
linkTarget="_top";
linkAlign="Left";
barBGColor="#31688E";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=10; // no quotes!!
barText="EDEL ZICKEN MENUE"; // <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]=["Wichtige Links"] //create header
ssmItems[1]=["Portal", "index.php?", "_self",1, "no"] //create two column row

ssmItems[2]=["Forum", "forum.php?", "_self",1]
ssmItems[3]=["Registrieren", "register.php?", "_self"]
ssmItems[4]=["Kontakt", "sendmessage.php", "_self",1, "no"] //create two column row
ssmItems[5]=["FAQ", "faq.php", "_self",1]
ssmItems[6]=["Suche", "search.php?", "_self"]
ssmItems[7]=["Kalender", "calendar.php?","_self"]

ssmItems[8]=["Intern"]
ssmItems[9]=["Regeln", "vbseiten.php?page=1" , "_self"]
ssmItems[10]=["Impressum", "vbseiten.php?page=2", "_self"]
ssmItems[11]=["Disclaimer", "vbseiten.php?page=4", "_self"]

ssmItems[12]=["User"]
ssmItems[13]=["Profil", "profile.php?do=editprofile", "_self"]
ssmItems[14]=["Einstellungen", "profile.php?do=editoptions", "_self"]
ssmItems[15]=["Kontrollzentrum", "usercp.php?", "_self"]
ssmItems[16]=["PN", "private.php?", "_self"]



ssmItems[17]=["Ausloggen", "", "_blank"] //create header
ssmItems[18]=["Abmelden", "login.php?do=logout&u=0", "_self"]


buildMenu();

//-->
