var fDesc=new Array(); fDesc[0] = "Support for all PSX Emu's with PSEmu Pro Plugin support.
Like ePSXe, PSEmu Pro, AdriPSX, PSinex, PCSX, FPSE. Support for Connectix Virtual Game Station. A cheat database, with GameShark codes for over 1800 games. Support for all Action Replay/GameShark/GameBuster v2.2 code types and the most v2.41/v3 codes. Build-in cheat hacking unit. Support for 'Quantity Digits to accompany'. Support for Joker Commands and Reverse Joker Commands. High-optimized Delphi and 32-bit-Assembler code. Compatible to all 32-bit Windows-versions."; 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 = ''; } }