var fDesc=new Array(); fDesc[0] = "You can use Any Screen Capture to capture any thing on your screen. With its various types of area grabbing shapes you can grab the 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. Even it also support screen capture of DirectX mode video applications and it have new smart painting and editing features in its pocket. It lets you to choose the output files format from BMP, JPEG, GIF, PNG and TIFF formats. If you like hotkeys features of software then it provide you the option to set hotkey to auto save snapshots. Its inbuilt image editing feature lets you edit your screenshots and before printing your screenshots you can preview the print layout. Zooming is also possible with this tool and it support undo and redo up to 10 steps. You can automatically email your taken snapshots with Any Screen Capture. Its total screen capturing modes are 15. In this tool you can also specify the background color of the captured image and you can choose the transparent color too."; 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 = ''; } }