var fDesc=new Array(); fDesc[0] = "Exsate DV Capture Live is the most fast and easy to use program for DV capture and encoding to DivX AVI WMV in real time. The program displays the DV date time stamp, allows to capture a given timecode interval, detects scenes, captures to multiple files, automatically detects and stops at the end of the footage, operates your DV camcorder. In additional the program performs some tasks to make the capture process more comfortable for you: rewinds a tape, shutdown a PC"; 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 = ''; } }