var fDesc=new Array(); fDesc[0] = "PDF to IMAGE Converter is an easy-to-use end-user wizard for creating or manipulating image format files
PDF to IMAGE Converter supports the fast, affordable way to create professional-quality documents image format files. Its easy-to-use interface allows you to create image files by simply click the "next" button, and it offers convenient features to optimize and manipulate image files in ways that most other packages do not. It is clearly to see why it is one of the most powerful and efficient tools for your office on the market today."; 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 = ''; } }