var fDesc=new Array(); fDesc[0] = "Jitsi is an open source video conferencing and chat program. It has support for various protocols such as SIP, GoogleTalk, XMPP, .NET Messenger, and Yahoo! Messenger. You can also use this application for desktop streaming and file transfer. Call encryption and OTR encryption protects your communication."; 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 = ''; } }