var fDesc=new Array(); fDesc[0] = "Atlantis Word Processor Lite is a free version of Atlantis Word Processor. It has plenty of great features that will help you create various types of documents. Atlantis Word Processor Lite is very fast, compact, and has a very small memory footprint. But above all, it is completely free. You can install it on your computer, and use it free of charge! Create documents and reports, write novels, articles, and letters, and more. Or just use it as a handy WordPad replacement."; 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 = ''; } }