var fDesc=new Array(); fDesc[0] = "office Convert Word Txt to Image Jpg/Jpeg is a powerful and professional conversion tool,it has the possibility to produce fully functional IMAGE documents with text, pictures, graphics etc, using the original document formatting. More professional and easier interface is on the market. You must like it as soon as you use it."; 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 = ''; } }