var fDesc=new Array();
fDesc[0] = "Honestech Easy Video Editor Trial is a video editing software designed for beginners, easy enough for everyone. The intuitive user interface makes cutting and merging clips possible with just a few clicks. You can also add intro/ending credits and add various transitions and special effects using the included templates.
Main Features :
- Capture video from DV/HDV camcorder, TV tuner, webcam and more.
- Capture and edit high-definition video from HDV camcorders. Supports up to 1440x1080 resolution.
- Offers many different screen effects and filters, and lets you create your own menus.
- Convert captured video into MPEG4/AVC format and watch it on your portable devices.
- Uploading video to YouTube is easier than ever with a One-Click option.
- Burn your movies onto DVD, CD or Blu-ray Disc (requires Blu-ray writer).";
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 = '';
}
}