var fDesc=new Array(); fDesc[0] = "Trillian is an instant messaging program that can be used on your desktop and mobile devices. It can be used to send private and group messages, share images and files, and keep your status updated so that your contacts can see them. Trillian features numerous emojis and the ability to chat using a web browser. You can extend the features of Trillian with third-party services like Olark and Jabber. Trillian is available in Free and Pro variants."; 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 = ''; } }