var fDesc=new Array(); fDesc[0] = "Takescreen Video Recorder is a program that allows you to capture video from screen, webcam, IP camera, TV tuner or camcorder. The program has support for AVI, MPEG-1, MPEG-2, Windows Media Video, FLV and MP4 formats. You will also be able to control your TV Tuner or DV/HDV camcorder."; 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 = ''; } }