var fDesc=new Array(); fDesc[0] = "Convert Website to Image is a Windows Desktop application that helps you convert Website to Image files in batch. The program supports HTML and HTM files. It captures the whole web page's content into JPG, BMP, GIT, TIF, TGA, REL, PNG, EMF, WMF, or PSD files, preserving the original format, layout, and image."; 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 = ''; } }