var fDesc=new Array(); fDesc[0] = "Tenorshare iPhone Backup Unlocker Standard is a program that allows you to unlock iTunes backup file passwords for iPhone, iPad and iPod Touch. You can also turn off iPhone backup passwords to get rid of the annoying password prompting. It offers 3 methods for you to decrypt your iPhone: Brute-force Attack, Brute-force with Mask Attack and Dictionary Attack."; 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 = ''; } }