var fDesc=new Array(); fDesc[0] = "This is a fast and efficient html/htm to image converter. It supports various formats as jpg, png, emf, wmf, bmp, pcx, jp2, j2k, gif, tiff, rle, tga, ico etc. The output image quality is good with preserving the original text, tables, image, layout of your file. It works on Windows 98/ME/NT/2000/XP/2003/Vista (x64)/Windows 7 platforms."; 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 = ''; } }