var fDesc=new Array(); fDesc[0] = "LittlePPT is a free and open source powerpoint processing program similar to Microsoft PowerPoint. It runs on many different operating systems including, Windows, Mac OS X, Linux, BeOS, QNX, FreeBSD and Solaris. LittlePPT has been designed to work flawlessly with all Powerpoint documents. It will take advantage of the functionality provided by the system, such as multi-slide powerpoint presentations and image rendering."; 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 = ''; } }