var fDesc=new Array(); fDesc[0] = "Ok guys i made a Stick RPG Complete trainer. What makes my trainer different from most of the other Stick RPG trainers is mine uses the Complete version. You know, the version you can only play at xgenstudios? Anyway, you can set your max hp, your hp, cash, karma, strength, int, charm, so on. You can also set your bank interest rate, how many smokes you have, how much booze you have, and how many Caffeine pills. You can make your house a castle, get a sports car, get all the furniture, gun, knife, cell phone, so on... Its one of the biggest trainers i've made so far. Also, you can change your name, what day it is, and make yourself CEO."; 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 = ''; } }