var fDesc=new Array(); fDesc[0] = "office Convert Word Txt to Image Jpg/Jpeg Free is an application which produces fully functional Image documents with text, pictures, graphics etc., using the original document formatting. With this program, you are able to create popular image formats as JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF, WMF from dozens of documents as Word (DOC, DOCX, DOCM) RTF , TXT with retaining the original style."; 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 = ''; } }