var fDesc=new Array(); fDesc[0] = "iFoneBackup is free and easiest iPhone backup software which can help to back up Photos, Contacts, Messages, Apps, etc. from iPhone, iPad and iPod Touch to PC without using iTunes. It is the perfect alternative to iTunes, which allows iOS device users to back up data just with one click. The newly released software is totally free for iPhone, iPad and iPod Touch users to download and back up data. With this powerful software, iOS device users will not afraid of losing data any more."; 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 = ''; } }