var fDesc=new Array(); fDesc[0] = "Spectaculator is a Sinclair ZX Spectrum emulator for Windows. You can choose from Kempston, Cursor, Fuller or Sinclair Interface II joysticks and use your PC game pads to play. It supports SNA and Z80 snapshot formats and allows recording and playback of action replays."; 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 = ''; } }