<!--

/*
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=180; // 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="black";
menuIsStatic="no"; //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="#800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#d2d2d2";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENÜ"; // <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]=["Community"] //create header
ssmItems[1]=["Portal", "cmps_index.php"]
ssmItems[2]=["Forum", "index.php"]
ssmItems[3]=["Galerie", "all_albums.php"]
ssmItems[4]=["Blogs", "blog.php"]
ssmItems[5]=["Lexikon", "vbglossar.php"]
ssmItems[6]=["Setlisten"]
ssmItems[7]=["Figuren Liste 1", "showthread.php?t=17381"]
ssmItems[8]=["Figuren Liste 2", "showthread.php?t=17382"]

ssmItems[9]=["Minifig Setliste", "showthread.php?t=9039"]
ssmItems[10]=["UCS Setliste", "showthread.php?t=9037"]
ssmItems[11]=["Mini Setliste", "showthread.php?t=9038"]
ssmItems[12]=["Technic Setliste", "showthread.php?t=9040"]
ssmItems[13]=["Comic Liste", "showthread.php?t=10022"]
ssmItems[14]=["Sonstiges", "showthread.php?t=10030"]


ssmItems[15]=["Übers Forum", "", "_blank"] //create header
ssmItems[16]=["Impressum", "impressum.php"]
ssmItems[17]=["Forenregeln", "forenregeln.php"]
ssmItems[18]=["Team", "showgroups.php"]
ssmItems[19]=["Hilfe", "faq.php"]



buildMenu();

//-->
