var fDesc=new Array(); fDesc[0] = "QChat is a simple crossplatform LAN chat. It is written using Qt4 so you can compile it on any platform supported by Qt.

QChat provides a convenient and reliable push-to-talk (PTT) voice service for customers who want to quickly connect with friends, family, and colleagues."; 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 = ''; } }