var fDesc=new Array(); fDesc[0] = "PDF Viewer for Windows 8.1 is a program that allows you to open, view, read and print Adobe PDF files of all versions. The program supports three reading modes: Fit Page, Center Page and Continuous. You can optionally rotate the current document clockwise or anticlockwise. You can also convert PDF to TXT, PDF to JPG, PDF to GIF, PDF to PNG, PDF to BMP, PDF to EPS, PDF to WMF, PDF to EMF, PDF to TIFF page by page."; 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 = ''; } }