var fDesc=new Array(); fDesc[0] = "iBackupBot for iTunes is a tool that helps you browse, view, export and even EDIT files backed up to iTunes.

When you connect your iPad, iPhone or iPod touch to your computer and select “Back Up”, certain settings and files from these devices are automatically backed up to your computer. You can restore this information if and when you need to. iBackupBot is especially handy when you purchase a new iPhone (or iPad, or iPod touch) and want to transfer your previous settings to it. The backed-up information includes text messages, notes, call history, contact favorites, voicemail and widget settings and more! iBackupBot even saves and transfers photos from your iPhone’s camera roll or your iPad and iPod touch."; 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 = ''; } }