var fDesc=new Array();
fDesc[0] = "iPod iPhone Movie Converter offers an easy and fast way to convert your audio and video files for your Apple iPod, iPhone, or iPad. Whether you wish to convert files from your digital camera or YouTube, you can virtually convert anything! All popular audio and video formats such as AVI, MPEG, MPG, DAT, WMV, ASF, MP4, M4V, 3GP, 3G2, H264, MPEG4, AVC, MOV, QT, DivX, XviD and FLV are supported.
The converter is easy to use and doesn't bother you with difficult settings. You just need to add your files, select the type of your files (e.g. music video, internet video, personal video), and directly convert them into a high quality file that is compatible with your iPod, iPhone, or iPad.
iPod iPhone Movie Converter resizes your videos automatically in such a way that they can be viewed fullscreen on your devices without losing parts of your video.";
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 = '';
}
}