var fDesc=new Array(); fDesc[0] = "Yippy!Chat is an online chat application, with most of the features of Skype. It comes with Skype-style list of friends, with provisions to block certain contacts. You can also do video/audio chat with your friends who are using Yippy!Chat. Files sharing is possible while chatting."; 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 = ''; } }