<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="transparent";
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="transparent";
hdrBGColor="transparent";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="transparent";
linkOverBGColor="transparent ";
linkTarget="_blank";
linkAlign="Left";
barBGColor="transparent";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="transparent";
barVAlign="center";
barWidth=20; // no quotes!!
barText='<a href = "http://twitter.com/agorafarma" target = "_blank"><IMG SRC="common/graphics/twitter-icon.gif" border=0 width=40px></a><a href = "http://www.facebook.com/pages/Farma-AgoraCentral/127727487248802" target = "_blank"><IMG SRC="common/graphics/facebook-icon.png" border=0></a>';

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=['<iframe src="http://www.facebook.com/plugins/likebox.php?id=127727487248802&amp;width=140&amp;connections=10&amp;stream=false&amp;header=false&amp;height=500" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:140px; height:500px;" allowTransparency="true"></iframe>', "", ""]


buildMenu();

//-->