var fDesc=new Array(); fDesc[0] = "Easily edit both standard and HD videos. Create picture-in-picture effects, titles and scrolling credits. Auto-adjust color, brightness and contrast; rotate video with one click.

Add new dimension to your production by converting 2D video to 3D. Play back on PC, standard TV or 3D TV using the included premium 3D glasses. Includes 4 video effects: Aged Film, Skew, Interference, Newsprint.

Save videos from YouTube and other popular sites on your PC and convert them for offline playback on your TV, iPhone, iPad, and other portable devices."; 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 = ''; } }