var fDesc=new Array(); fDesc[0] = "iPhone Text Messages is a reliable application that helps you to extract messages from your iPhone backups, enabling you to save them to PDF format files. This application detects all the iPhone backup files on your computer and allows you to select the preferred one from the left-side panel. iPhone backup files are created automatically, when you connect your device to the computer, during the 'Sync' operation that your iTunes performs."; 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 = ''; } }