var fDesc=new Array();
fDesc[0] = "iJoysoft iPhone Transfer Platinum is a great iPhone utility that allows you to easily backup movies, music, photos (PDF and EPUB formats), books, ringtones to computer and iTunes.
You can also convert and copy any videos, audios formats like 3GP, AVI, FLV, M2TS, MTS, MKV, DVR-MS, MPEG, TS, NSV, MOV, H264, RM, WMV, etc to iPhone.
Supports all generations of iPhone and iPod touch: iPhone, iPhone 3G, iPhone 3GS, iPhone 4, iPod touch. iOS 4.3.1 and iPhone/iPod touch Firmware 3.1.3";
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 = '';
}
}