var fDesc=new Array(); fDesc[0] = "This emulator fully emulates the Sony Playstation. Compatibility is fairly high, most games I've tried work well. An R3000 debugger is contained which may be of interest to people working on translations. A relatively up to date compatibility list is maintained by smegforbrain. To contribute please post on the compatibility section of the forum"; 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 = ''; } }