var fDesc=new Array(); fDesc[0] = "Emoticon Status Generator is a tool designed to make a nice status for Yahoo Messenger 9 / 10 entirely from emoticons. Select the desired emoticon from the right panel and click on an emoticon from the left panel to change it to the selected one.
Now a new version with more emoticons and some new functionalities: fill the workspace with the desired emoticon, select an “eraser” emoticon (double-click an emoticon from the workspace to “erase” it)."; 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 = ''; } }