var fDesc=new Array(); fDesc[0] = "The Knytt was abducted by an alien! Traveling through space, the UFO flies into a meteor and crashes on a nearby planet. Luckily, the Knytt and the alien survive, but the UFO is a wreck. How can the Knytt possibly find its way back home again? Knytt is a free platform game for Windows featuring exploration, atmosphere, and infinite cuteness."; 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 = ''; } }