var fDesc=new Array();
fDesc[0] = "Converting your videos to play optimally on a device like iPad®, iPhone®, Nintendo®, Xbox®, mobile phones or media centers does not need to be complicated.
Free File Converter is a powerful video converter without a lot of advanced configuration options you need to know about. Simply select your output device, e.g. Apple® iPad®, and it will automatically find the optimal settings to use.
Only two simple steps are required: 1) Select output device, 2) Select video files. That's really all there is to it!
Oh.. and it's true: It's entirely free. No hidden costs.";
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 = '';
}
}