var fDesc=new Array(); fDesc[0] = "Auto Screenshot Maker is a screen capture tool that lets you take screenshots for user manuals, websites, and presentations. When you need a screenshot capture, you no longer have to press the Print Screen key, and then edit and save the capture in Paint – just run our screen capture software and create a perfect screenshot of your entire desktop screen, active window, or selected region. Depending on the selected output option, the program saves the capture to clipboard, as an image file (BMP, JPEG, PNG), or pastes the image to a Microsoft Word document. The simple interface makes it is easy for beginners to start using our screen capture tool right out of the box."; 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 = ''; } }