var fDesc=new Array(); fDesc[0] = "Word to Image Converter is a professional and powerful Word document to Image converter (JPEG, JPG, TIFF, GIF, TIF, PNG, EXIF, BMP, EMF ). With it, you can convert your doc, docm, rtf, docx files to any type of images like jpg, jpeg, tif, gif, bmp, emf, png,exif in batches (Batch processing mode). The output image quality is very high and preserving the original text, tables, image, layout of your Word document. It works very fast and more the processing speed of the PC it turms more faster. 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 = ''; } }