var fDesc=new Array(); fDesc[0] = "Fos Personal Net is a full-featured HTTP server intended for personal and professional use. It allows you to create your own HTTP server to host your files and synchronize your data. The program allows easy sharing, downloading, and uploading files without further configuration. Simply copy the files into the public folder and everyone can download them using a normal web browser."; 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 = ''; } }