var fDesc=new Array(); fDesc[0] = "The BoToT-3 Space Station is currently under attack! The alien spaceships have arrived to kill and destroy. But that's not the only problem.. The space station uses rare "Konona-Lia-Ov-Pedor" (KLOP) batteries to generate energy and they have been stolen by the invaders, and the station is now out of energy. The attack was probably planned for this reason. Escape from the station until it's too late!"; 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 = ''; } }