var fDesc=new Array(); fDesc[0] = "Most notably, HomebrewStore v2.5 lets you queue content via its new iOS app.
Version 2.5 has the next features:
- mobile Device Queuing Support
- adds Genesis Competition Splash Screen (flashes quickly on first start due to Store Preparations taking the rendering loop)
- includes LivePatch 4190310 (Screenshots for items)
- includes LivePatch 4090644 (Scalable Storefront Categories)"; 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 = ''; } }