var fDesc=new Array(); fDesc[0] = "SoftDigi PDFViewer is an application that allows you to view PDF documents. The program has a fast opening speed that helps you to quickly view PDF documents no matter the size. It enables you to zoom and rotate a document at definite angles, to direct and invert text search in a document, to save a page or a selected area into a BMP file or to print a document or part of 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 = ''; } }