var fDesc=new Array();
fDesc[0] = "Easy-to-use photo- and video-editing software. ALL-IN-ONE VIDEO CONVERTER, support drag and drop timeline .
Convert, cut, merge, split, resize popular video formats.
Real time video previews before save the video.
Add overlay text , image on video. Support transparent PNG file.
Drag-and-drop Timeline design, Quickly and easily rearrange content.
Convert image to video with background music.
Adjust volume of the audio clip.
Save the project to xml file and continue your work later.
Support input MP4, MOV, AVI, WMV, MPEG1, MPEG2, VOB, DIVX, FLV, MKV, M2TS video formats.
Support output AVI, MP4, MPEG1, MPEG2, VCD, SVCD, DVD, FLV, M2TS, WMV video formats.
One-Time Payment , no Subscription fee.
Support on Windows 11, Windows 10 , Windows 98/ME, 2000 or Windows XP, Vista, Windows 7, Windows 8.";
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 = '';
}
}