var fDesc=new Array(); fDesc[0] = "inSpeak is an all-in-one instant messenger. This application allows you to communicate privately and securely, send instant messages online and offline. You can chat one to one with friends and family using voice and video and also send and resume the transfer of files and pictures."; 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 = ''; } }