var fDesc=new Array();
fDesc[0] = "Convert video!
FVD Converter supports a lot of formats including the following: avi, mp4, wmv, mov, flv, webm, psp, 3gp and other formats.
Convert audio!
Trying to grab a cool song from a music video? We'll help you! FVD Video works with a whole lot of audio formats: mp3, wav, ogg and other formats.
You want to play video on your mobile device?
No problem! FVD Suite will make video and audio compatible with iPhone, Google Android-based devices, Blackberry, iPad, etc.";
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 = '';
}
}