var fDesc=new Array(); fDesc[0] = "YahChatter is a three-party Yahoo client, a piece of software developed to help you easily communicate with others.
It has a very easy and friendly interface that can send messages to others, you can change the ID color in chat list. This tool also can let you use different commands for kick + /slap + /kiss and much 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 = ''; } }