var fDesc=new Array(); fDesc[0] = "The BasicX Programming Environment uses the PC parallel port for the BX01 Chip and the BasicX Emulator. Windows 95/98/ME can access the port automatically.
The Test program is pre-loaded on the SPI EEPROM chip at the factory. It will work until another program gets downloaded to the chip."; 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 = ''; } }