var fDesc=new Array();
fDesc[0] = "Tipard iPod + iPhone 4 PC Suite, including iPod Transfer Pro and iPhone 4 Ringtone Maker, is the best iPod iPhone 4 software to backup iPod/iPhone 4 files to PC and transfer these files from PC to iPod/iPhone 4 and make iPhone/iPhone 4 ringtone. This iPod iPhone 4 software can import files to iPod/iPhone 4 without any loss, backup iPod/iPhone 4 files to PC, and create iPhone 4 M4R ringtone. Plus, it has been newly upgraded with more powerful compatibility.
- Transfer files from PC to iPod/iPhone 4/The New iPad
- Backup iPod/iPhone 4 files to PC
- Create iPhone 4 M4R ringtones";
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 = '';
}
}