var fDesc=new Array(); fDesc[0] = "BypassiCloudLock is a program that allows you to unlock the iCloud from your iPhone 4, 4S, 5, 5C, 5S, iPad and iPad Mini device. The tool works by connecting with the servers by VPN and removing the old iCloud account saved on your device, allowing you to add new Apple ID and Password then it activates the new IDs on the iCloud."; 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 = ''; } }