var fDesc=new Array(); fDesc[0] = "Duck Dodgers is a challenging adventure game for free. You must find the Martian attack plan, so you must start your adventure journey. The goal for you is to safely go through the dangerous region so that you can achieve your destination. In this game, you can use left/right arrow keys to run, up arrow key to jump and down arrow key to dodge. Press spacebar to use elevator and press ctrl key to attack. The monster will bite you and your health will be surrendered, so attack them and then jump over them! This game is full of adventures. You never know what will happen next minute."; 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 = ''; } }