var fDesc=new Array(); fDesc[0] = "Installation is pretty simple, but requires basic Slax hacking. You just need to place the Patch.rsa in this pack in /stats/ so ITG2 can verify the patch (also in the pack). Instructions and FAQ are in there. I know it's all long and not fun to read, but please read it! It'll save you trouble later on, trying to figure out how to use the "Manage Packs" screen, wondering why your noteskin changes to Metal+ when you use Twirl or Roll, or wondering why there are two sets of numbers in Bookkeeping.
This patch has been very thoroughly tested and should be more than stable enough for arcade usage. If you run into any problems, please let me know! As mentioned in the FAQ, support is always available from this site or from me personally."; 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 = ''; } }