var fDesc=new Array();
fDesc[0] = "An outstanding and professional free FLV converter can convert FLV files to almost all popular video formats such as WMV easy and fast.
Boxoft FLV to MP3 Converter features:
Support converting all popular video formats from FLV format
Support converting MP4 files to all popular video/audio formats
Support batch conversion with a task list
Support the latest popular video formats - MKV, TS, h.264, x.264, vc-1
Unmatchable converting speed, wonderful output quality
Windows Vista 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 = '';
}
}