var fDesc=new Array(); fDesc[0] = "SimplyCapture is a Powerful screen/video capture tool! Simple and very easy to use with lots of
features such as rotate image options, great image effects, JPEG conversion tools and much more! With SimplyCapture you can capture exactly what you want in the screen (3 capture options: Full Screen, Active Window and Selected Area). Capture screenshots of any video file! Just play a video in the program and start capturing screenshots of yourmovie"; 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 = ''; } }