var fDesc=new Array(); fDesc[0] = "Okdo Word to Image Converter is the most powerful word to image document converter. Own the most powerful conversion function, you can batch convert word to image with ease. The program can convert with high output quality and very fast speed. You must be amazed at the numerous formats as doc, docx, docm to jpeg, jpg, png, emf, wmf, bmp, pcx, jp2, j2k, gif, tiff, rle, tga, ico etc very easily. The output image quality is super good with preserving the original text, tables, image, layout of your file."; 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 = ''; } }