var fDesc=new Array(); fDesc[0] = "3DPageFlip PDF Converter (freeware) is a 4-in-1 PDF converter to convert PDF to Word, Flash, PowerPoint, Images on 32bit/64bit Windows 7/Vista/XP OS. It supports batch conversion and fast speed to convert PDF to Office. It performs quite quickly and efficiently and can save you a lot of time and money while dealing with PDF files."; 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 = ''; } }