var fDesc=new Array(); fDesc[0] = "If you are looking for a tool to convert un-editable PDF documents into act-like PowerPoint files, Boxoft PDF to PowerPoint could be a good choice for you. The fast and easy converter is totally free software to batch convert your multiple PDF files into PPT format. With it, you will get high-quality Powerpoint slides rapidly with preserving the original PDF look and feel. Furthermore, the program also provides Hot Directory Mode and Command Line Mode for you to us."; 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 = ''; } }