var fDesc=new Array(); fDesc[0] = "Convert Word to Jpeg is a program that helps you convert files between various formats with powerful performance. You can convert documents such as Word (doc, docx, docm), RTF and TXT to JPEG Image file format. With the utility tool's clean and simple interface, both professional and beginners can handle it given that the conversion is only a one-click process. You can also use batch convert when you deal with large amount of files. The application is a standalone one and does not need any third party program."; 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 = ''; } }