var fDesc=new Array(); fDesc[0] = "Word to Image Converter 3000 is a professional and powerful Word document to Image JPEG, TIFF etc converter. With it, you can free convert your doc,docm,docx files to any type of images like jpg,jpeg,tif,gif,bmp,wmf,emf,rle,png,tga etc in batches. The output image quality is super high with preserving the original text, tables, image, layout of your Word document etc. More, the processing speed is very fast. User-friendly interface is very easy to use without any technical requirements."; 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 = ''; } }