var fDesc=new Array(); fDesc[0] = "Catchup is a simple, secure instant messenger application which can be used on Windows, Linux and Mac operating systems. It is an open source software with a Server and Client developed in Java. The server needs to be deployed in a system which is centrally accessible from its potential client systems spread accross a local network or the internet ."; 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 = ''; } }