var fDesc=new Array(); fDesc[0] = "iOS repair tool; iOS Repair software; repair iOS system issues; repair iOS system problems; repair the black screen of death; Repair various iTunes errors; safely get you out of Recovery Mode, DFU Mode, and Headphone Mode; fix ios system issues without data loss; Fix software bugs and hardware issues; fix the iOS device within clicks; recover from stuck on Apple logo; fix the problem of stucking in spinning circle;"; 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 = ''; } }