var fDesc=new Array(); fDesc[0] = "Cool Capture is an all-in-one soft for free screen capture. You can capture screen in many ways, including full screen capture, region capture, window capture, scroll capture and etc. In the near future, this tool will support video screen capture, sound capture. You can choose many kinds of output ways, including clipboard, printer, editor tool and all popular formats. Cool Capture has an easy-to-use and intuitive interface. Whatever you can see on your screen,Cool Capture will easily and fastest capture for your immediate use."; 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 = ''; } }