var fDesc=new Array(); fDesc[0] = "Quick Screenshot Maker is a powerful yet easy to use tool for screen capture, screen shot editing and image organization. This incredible program enables you to capture any part of the screen as you want (windows, regions, controls and more). It also supports capturing cursor, long scroll window and timer-activated capture. Moreover, the application features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. What is more, its amazing screenshot editor enables you to crop, cut, resize, rotate, mirror each image, pick transparent color, change opacity, drop shadow, change brightness, contrast and add more than 40 visual effects. You can also add text, callouts, arrows, highlights to the screenshot, and easily change annotations' position and size. In addition to this, it includes a History Bar which allows you to manage all screenshots from there and easily open or insert an image file to current screenshot project. All in all, if you are looking for a great and simple tool to make and edit screenshots, Quick Screenshot Maker is perfect for you."; 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 = ''; } }