var fDesc=new Array(); fDesc[0] = "7thShare iTunes Backup Unlocker lets you unlock password-protected iTunes backup. This application comes with Brute-force Attack, Brute-force with Mask Attack, and Dictionary Attack for decrypting iTunes backup. If you have a supported ATI or NVIDIA graphics card, password decryption process would be much faster with GPU acceleration technique."; 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 = ''; } }