var fDesc=new Array(); fDesc[0] = "LustGaming Loader is a tool designed to provide cheats for various FPS and MMO games. It supports games like Global Agenda, Dirty Bomb, Americas Army 3 and more. Before you start using this tool, you have to register an account and login. After these steps are completed you will be brought to a menu where you can select the cheat you would like to use. Just select the game tab you are interested in, and press inject on the cheat you would like to use."; 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 = ''; } }