var fDesc=new Array(); fDesc[0] = "Traveling across the cosmos you've met a black hole. Charmed by mystical beauty of the most unexplored object of the Universe you've flown up too close and as a result you're inside, but in spite of all the laws of physics you will find an endless journey. Beware of flying objects and destroy them. How long will last your way?!"; 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 = ''; } }