var fDesc=new Array(); fDesc[0] = "TinyUmbrella has long been a popular and successful tool, especially among Cydia users. If you are not aware of it, it used to be a tool that helped us save our SHSH blobs and then used them for downgrading our devices back to a firmware that had a corresponding version of Cydia.
These days, the tool can only be used for saving SHSH blobs but there is hope that the developer will bring back the downgrade functionality at some point in the future."; 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 = ''; } }