var fDesc=new Array();
fDesc[0] = "iPhone Video Converter Factory Pro is a powerful and professional Video to iPhone Converter. It can convert all popular video formats to iPhone supported video formats with fast converting speed.
Main features:
- Support to Convert All Popular Video Formats
- Support to Convert Video to iPhone, iPhone 3/4/4s/5/5c/5s
- Support Batch Conversion Mode
- Powerful Video Editing Functions
- Fast Conversion Speed and High Out-put Video Quality";
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 = '';
}
}