var fDesc=new Array(); fDesc[0] = "SuperVideoCap is a powerful, all-in-one, video capture tool, which lets you capture Video/VCR/TV program from DV, DC, TV Tuner Card, Webcam, Capture Card to AVI (uncompressed or compressed using any available codec include DIVX, XVID), MPEG1, MPEG2 or WMV file. SuperVideoCap offers support for auto-capture, custom WMV profile, snapshot bitmap or JPEG from different devices and it supports most popular video formats."; 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 = ''; } }