var fDesc=new Array(); fDesc[0] = "The 4th episode of the commander keen games is called Secret of the Oracle. It belongs to the second keen serie "Goodbye Galaxy!". This serie includes also another keen game, The Armageddon Machine, which is not shareware. Billy has been working on a new invention in this episode. His latest invention is the Photachyon Tranceiver, a radio that can reviece signals from anywhere in the galaxy."; 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 = ''; } }