var fDesc=new Array(); fDesc[0] = "Find out how to cheat in your favorite game. Universal game trainer. RAM Cheat finds memory addresses where a game maintains certain variables, such as the number of lives, ammunition, funds, energy, etc. This is achieved by multiple examination of the program's virtual memory space. You only have to specify the current value of the variable and/or you let RAM Cheat know what happens to the variable as time passes, e. g. whether its value is increasing or decreasing. RAM Cheat then allows you to inject a new value of your choice directly into the running process. It can even update this value automatically e.g. in millisecond intervals."; 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 = ''; } }