var fDesc=new Array(); fDesc[0] = "Q-emuLator is a software emulator of the QL running in Windows and Mac. Q-emuLator has an nterpreter of the 68008's instructions, and emulates the basic QL's hardware, redirecting input and output to the Mac's or PC's video, keyboard, mouse, disks, sound hardware and serial ports."; 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 = ''; } }