var fDesc=new Array();
fDesc[0] = "The first free VR-3D video converter compatible with all the VR devices Quickly convert & download videos, backup DVDs to 150+ video & audio formats.
What Does iFun Video Converter Do for you?
Allowing you to watch videos in any way you want to. Download then convert any videos and watch them wherever you like - on your PC or your family or friends' mobiles. Converts any 2D video to VR-3D video and offers you the continuous content for your VR devices.";
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 = '';
}
}