var fDesc=new Array(); fDesc[0] = "Tipard iPhone 4 Transfer enables you to export many mainstream media file types including music, movie, Pictures, TV Shows, Podcast, eBooks, etc. to your computer. Also, it can import many media files from PC to your iPhone 4. This iPhone Transfer can rip almost any kind of DVD disc or folder, and convert them and many video formats to iPhone 4 and other Apple devices compatible formats. As an iPhone 4 file manager, you are allowed to backup iPhone 4 SMS or Contacts, or delete any unwanted files from iPhone 4."; 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 = ''; } }