var fDesc=new Array(); fDesc[0] = "Free Documents Viewer is an application which opens almost any type of document. You can easy open and view files, copy and extract text, and access some other basic features like zoom and document search. This program opens text documents, spreadsheets and even webpages.

It is a lightweight application that gives you the access to your files without paying for software to do it."; 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 = ''; } }