var fDesc=new Array(); fDesc[0] = "Final version of Atari800Win PLus!

* Atari800Win PLus 4.0.exe, installer - 673 174 bytes
* Atari800Win PLus 4.0.zip, binaries - 688 557 bytes
* Atari800Win PLus 4.0.src.7z, sources - 803 741 bytes
* xf25.zip, emulator X-Former 2.5 containing *.ROM files. You should copy them to the ROM subdirectory of Atari800Win PLus emulator.

This is the finial of my 1 year work on Atari800Win PLus. I would like to thank all the people who helped me in my work either by suggestions or by testing. May the force ... May the Atari be with You!"; 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 = ''; } }