<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // 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="#444444";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="white";
linkTarget="_blank";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=16; // no quotes!!
barText=" MY W SIECI "; // <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]=["<img src='jaykob/images/logo_facebook_da.png'  align='middle' /> DA na Facebook", "http://www.facebook.com/dragonagepl", ""]
ssmItems[1]=["<img src='jaykob/images/logo_facebook_me.png' align='middle' /> ME na Facebook", "http://www.facebook.com/masseffectpl",""]
ssmItems[2]=["<img src='jaykob/images/logo_last.png' align='middle' /> BioWorld na LastFM", "http://www.lastfm.pl/group/BioWorld",""]

buildMenu();

//-->
