var fDesc=new Array(); fDesc[0] = "1Key CaveShip is a very fun game with unique rules where you drive a space ship thru caves. Your goal is to survive to the end and collect as much points you can. There is a gravity pull that makes it all little harder but more fun when you get into it.
Game comes with 12 levels, each level has it's own Best Score."; 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 = ''; } }