var fDesc=new Array(); fDesc[0] = "DOC to Image(Jpeg/Jpg/Tiff/Bmp/Eps/Ps) Converter V2.0 is the fast, easiest way to convert word DOC, RTF to professional-quality Jpeg/Jpg/Tiff/Bmp/Eps/Ps file format . Its easy-to-use interface allows you to create Jpeg/Jpg/Tiff/Bmp/Eps/Ps files by simply click the "Save as Image" button from MS Word, creating documents which can be viewed on any computer with a Image viewer."; 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 = ''; } }