var fDesc=new Array(); fDesc[0] = "Hodo iTunes Data Recovery allows you to recover data for any iOS device by extracting the previous iTunes backup. With this program, you can easily recover up to 12 kinds of iOS data, including photos and videos in Camera Roll, photo stream and message attachments, voice memos, contacts, messages, call history, calendar, notes, reminders and Safari bookmarks. The program displays all your iOS data in different categories after scan, and allows you to preview all the recoverable data before recovery."; 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 = ''; } }