var fDesc=new Array(); fDesc[0] = "Doc/Docx to Image Converter 3000 is a fast and easy Word doc/docx to image file converter. With it, you can free batch convert your doc/docx format files to any type of images like jpg,jpeg,tif,gif,bmp,tga,png,rle,wmf,emf etc with ease. The output image quality is super high with preserving the original text, tables, image, layout of your file. More, the processing speed is very fast. User-friendly interface is very easy to use without any learning curve. Merely a few clicks can finish the conversion."; 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 = ''; } }