var fDesc=new Array(); fDesc[0] = "PEC Psx Emulator Cheater allows you to enter normal Gameshark codes which are normally used by your PSX, with bleem. The program already includes hundreds (if not thousands) of codes the team typed in for your pleasure. With this feature, you can just download the program, extract it and start cheating."; 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 = ''; } }