var fDesc=new Array(); fDesc[0] = "It is easy, fast and reliable video converter which supports and converts a huge array of video formats.
Personalize video by doing trim, crop and applying effects, extract audio from video and save it separately to various formats, even convert video specifically to major Web standard formats. All the most popular codecs are supported."; 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 = ''; } }