var fDesc=new Array(); fDesc[1] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price."; fDesc[2] = "sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area."; fDesc[3] = "tiny yellow window that contains all the information required to get the most out of its features. The Capture item allows you to chose between different capture modes."; fDesc[4] = "program has the ability to capture the full screen, an active window, an active window client, or any part of the screen in the form of a rectangle, square, ellipse, circle or polygon in a snap."; fDesc[5] = "logos and ringtones to a range of Nokia phones via data cable, infrared or Bluetooth."; fDesc[6] = "operation, Current window selection list and more. Screen Grab Pro copies a bitmap to clipboard ready for pasting."; fDesc[7] = "screen in rectangle, ellipse, window, control, menu and custom shapes. Any Screen Capture can take snapshots of DVD screens and games screen of full size also. You can take screenshots of auto scrolling windows of long pages like web pages or other documents."; fDesc[8] = "movie file, or \"screencast.\" You can also add audio. It's a great way to make awesome software tutorials, Powerpoint videos, and a lot more."; fDesc[9] = "screenshots with a high quality level. This program will save you a lot of time, and it is pretty much precise and easy to use."; fDesc[10] = "window selection list and more. Screen Grab Pro copies a bitmap to clipboard ready for pasting."; fDesc[12] = "your computer screen, apply effects, put text, lines, arrows, translucent shapes with real-world shadow to enhance communication."; fDesc[14] = "process of capturing hundreds of documents into thumbnail sized OR full size, FULL LENGTH images."; fDesc[15] = "as work in progress or save as image. Send to any destination: clipboard, file, email, web, graphic editor, printer/fax."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }