var fDesc=new Array();
fDesc[0] = "Moyea FLV Editor Ultimate is a powerful FLV editor.
You can trim FLV/ F4V/ MP3, merge FLV/ F4V/ MP3 , split FLV/ F4V/ MP3 , replace FLV/ F4V audio, add metadata, save project file for future editing, transform MP3 to lossless FLV, etc.
You can also get MP3 files from FLV/ F4V as long as the original audio codec is MP3. Besides, it generates HTML/ SWF (with various player skins, special effects, and preloaders) for uploading to website and blog.
Moyea FLV Editor Ultimate is a fast and complex soft with lots of features and options that will make your job of editing a lot easier.";
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 = '';
}
}