var fDesc=new Array();
fDesc[0] = "Aimersoft iPhone Video Converter is the most popular Video to iPhone converter software that can convert video/audio to iPhone 6S/6/6/Plus, 5S/5/5C, iPhone 4S, iPhone 4, iPhone 3GS, etc. supported video and audio formats. With it, you can easily enjoy any video on your iPhone.
Utilize a toolbox of timeless effects including Old Film, Negative, and even add a watermark to personalize your video. Also, add subtitles and control advanced settings like screen resolution, and bit rate to fit seamlessly with your iPhone.";
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 = '';
}
}