var fDesc=new Array(); fDesc[0] = "Super Screen Capture is an all-in-one software for free screen capture. You can capture screen in many ways, including full screen capture, region capture, window capture, scroll capture, directx capture, video screen capture, sound record and etc. You can choose many kinds of output ways, including clipboard, printer, email, editor tool, temp folder, and all popular formats. Super Screen Capture has an easy-to-use and intuitive interface. Whatever you can see on Super Screen Capture is an all-in-one software for free screen recorder software. You can capture screen in many ways, including full screen capture, region capture, window capture, scroll capture, directx capture, video screen capture, audio capture and etc. You can choose many kinds of output ways, including clipboard, printer, email, editor tool, temp folder, and all popular formats. Super Screen Capture has an easy-to-use and intuitive interface. Whatever you can see on your screen, Super Screen Capture will easily and fastest screen recording for your immediate use. It will especially suit making demos, tutorials, and training videos."; 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 = ''; } }