var fDesc=new Array(); fDesc[0] = "Social+ allows you to add a number of features to Facebook. This Firefox, Google Chrome or Safari 5 extension was developed in order to improve your use and experience of this popular social network.
Social+ most important feature is its new formatting editor for Facebook. Status updates and wall messages are more than just words now, they're an expression of your creativity. Social+ discreetly integrates a formatting editor into the upper zone of the regular Facebook editor.
Other features: Addition of "Don't like" function, smileys on your wall, wizz (nudge) option in chat, give ratings, and more!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }