var fDesc=new Array(); fDesc[0] = "Simple Webpage Capture allows you to take a perfect picture of large WebPages. Site designers, people having trouble with a webpage, or just about anyone may have a need to take a screen shot of a webpage. But with many WebPages being large and rather long taking a screenshot of the whole page is a big task. But now this program makes it simple, with one click of a button the program will auto scroll the page combining the screenshots into one perfect picture. Making capturing a webpage simple."; 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 = ''; } }