var fDesc=new Array(); fDesc[0] = "SpectrumAnyWhere is an Spectrum emulator. It can be executed from both a PDA (Windows CE 3.0) or a PC (Windows 9x, Windows NT, Windows 2000, Windows 2003 y Windows XP). The emulator allows to load some files formats to the execution of Spectrum programs (See specifications). The named formats can be split in the next two types:
-Memory dump
-Tape dump"; 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 = ''; } }