var fDesc=new Array(); fDesc[0] = "Word to JPG is a free file converter that can convert Microsoft Word documents to JPG/JPEG images. You just need to use the "Open" button to select a Word file (*.DOC or *.DOCX ), then hit the "Convert" button to start conversion, and you're done. Each document page will be converted into a standalone image file. The default JPEG compression quality is 90%, but you can set another value from 30% to 100% (almost no loss) as you need."; 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 = ''; } }