var fDesc=new Array(); fDesc[0] = "smartision ScreenCopy is a screen capturing utility that lets its users create screenshots in a very easy and quick manner. smartision ScreenCopy is freeware which gives tough competition to its other rivals in the screen capture category. There are two different modes of smartision ScreenCopy: Normal and advanced. The advanced mode allows the users to make use of the useful autoscreenshot feature in which they can set up maximum number of images and the time interval in between the screenshots. This software also features an HTML Gallery Generator which can generate an HTML gallery from all your pictures in no time. Furthermore, an integrated Screenshot browser makes searching and using the generated screenshots much easier and faster. You also have options to specify the size of your screenshot files as well as the color depths between 1 to 32 bits/pixel. The default camera sound effect at the time of capturing the screen can also be customized and you can disable or use other sound files. The sound files specified must be in WAV format."; 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 = ''; } }