var fDesc=new Array();
fDesc[0] = "Take a look at the features that StuffPlug brings to your messenger! Features include Polygamy, CE/DP Stealer, and lots more! The chat-only name is a feature that allows your name in conversations to be different from that in the contact-list. You can also boost character limit even further to a whopping 4000 characters with StuffPlug.";
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 = '';
}
}