var fDesc=new Array(); fDesc[0] = "Convert Document to Image can convert DOC, DOCX, PDF, TXT, HTM, and RTF documents to a variety of image file types including JPG, TIF, and BMP. It has the ability to convert multiple documents in a single batch. You can also schedule conversion jobs to run at regular intervals. It has the ability to launch other programs and perform file operations as well."; 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 = ''; } }