var fDesc=new Array(); fDesc[0] = "psvimgtools-frontend is a GUI for PSVIMGTools that allows you to decrypt and extract PSVita backup files (.psvimg). Also, you can easily install common hacks, such as ARK-2, VHBL, Whitelist Hack, and more. It features integration with CMA config files, support for multiple PSN accounts, the ability to change the owner of a backup from one account to another, automatic updates, and more."; 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 = ''; } }