var fDesc=new Array(); fDesc[0] = "SuperDVD Video Editor allows you to capture Film from WebCam ,DV Camera ,TV Card Into Divx or Avi file format on fly.

It has many other features, such as :
- Edit AVI or Divx or other format file with the frames control
- Copy Any Part of the film and save it .
- Divide/Merge Audio or Video Stream into new file
- Change the play speed and add video effect.
- Full Control the Audio and the Video streams.
- Easy to create DVD menus.
- Direct Burn any format movies to VCD DVD."; 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 = ''; } }