var fDesc=new Array(); fDesc[0] = "A2 Oasis for Windows is a application that will enable you to run Apple II software in Windows environment.A2 Oasis for Windows includes the following applications:
· Emulator (emulates virtual Apple //e, 65c02 processor, 128K , all video modes, sound, CP/M card, serial card, clock, mouse, floppy and hard disk drives, etc.)
· Disk Image Manager (directory list, copy, move, delete, convert files, search, execute associated commands, etc. for ProDOS and DOS 3.3 formatted disk images)
· Disk Server (remote ProDOS hard disk in disk image file)"; 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 = ''; } }