var fDesc=new Array(); fDesc[0] = "The program lets you take snapshots directly from your movie! (AVI, MPG, MPEG, VOB, WMV). This means you can go to any point within a video clip, capture a freeze frame picture, and save this image to your computers hard drive. While viewing a video clip in the preview monitor, pause the clip at an appropriate spot, and click "Snapshot" button. Program will then ask you where you would like to save the picture."; 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 = ''; } }