var fDesc=new Array(); fDesc[0] = "Jihosoft iTunes Backup Extractor is a free tool designed to explore, view, extract, and retrieve data from iTunes Backup. It allows you to extract and recover photos and videos from iTunes backup in Camera Roll taken with iPhone, iPad or iPod touch. You can recover deleted/lost videos taken in Camera Roll with from the iTunes backup file. Also you can get back the full phone calls history from iTunes backup, including all calls placed, received, and missed."; 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 = ''; } }