var fDesc=new Array();
fDesc[0] = "iStonsoft iPhone Video Converter is an efficient and lightweight application that helps you convert movies and songs to friendly format of iPhone.
Main features:
- Convert almost all popular video formats like AVI, MP4, MPEG, WMV, XviD, H.264, DAT, MOV, ASF, FLV, etc. to iPhone/iPhone 3G/iPhone 3G S MPEG-4, H.264 and MOV to iPhone/iPhone 3G/iPhone 4S MP4 video or H.264 video.
- It can load audio files for conversion to iPhone directly. It supports almost all popular audio formats.
- You can extract video background music and save as iPhone MP3, M4A, AAC, or iPhone 3G WAV with excellent 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 = '';
}
}