var fDesc=new Array(); fDesc[0] = "ZX-Spectrum emulator (S48 and S128) for Windows9x/ME/NT/2K/XP. Supports Multicolor (48K, 128, 128/+2/+3, Pentagon, Scorpion), Smooth Scale, GigaScreen, HQM filter, Blur Motion in full screen, 256 Colors games, NetPlay, Time 2 seconds back (save states each 2 seconds +capability to return back at any time), Map Builder, TAP/TZX (tapes), SNA/Z80/SLT (snapshots), TRD/SCL/Hobeta (Beta-Disk), MDR (Microdrive), RZX (Action Replay), 2 real joysticks, 3 types of mouse, keyboard/joystick remapping (any PC key/joy button or direction to any ZX Key/joy or to one of 25 emulator commands), power Assembler/Debugger/Disassembler, high quality AY, Turbo-AY, MIC, GS, Covox and Stereo-Covox sound, smooth animation (exactly 50 frames/sec at 100% speed), Custom Speed from 1% to 10000% of nominal 50Hz, a lot of other features..."; 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 = ''; } }