var fDesc=new Array(); fDesc[0] = "ios repair tool, ios system tool, repair ios issues, ios system recovery software, ios system recovery tool, fix all iOS/iPadOS/tvOS issues, restore IPSW files, Repair all iOS issues, Fix iTunes backup and restore errors, Get your iPhone back to normal, Fix iPhone stuck on Apple logo, recovery mode, Solve iTunes errors, Repair iOS problems without data loss, fix stuck issues, get iphone back to normal state,"; 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 = ''; } }