var fDesc=new Array(); fDesc[0] = "Run Bolt Run is an interesting adventure game for free. In this game you are Bolt, Your friend Penny has been kidnapped and your goal is to rescue her. You must run quickly jumping between roofs and moving platforms. Don't fall down, because you're not a super dog. Collect coins for extra score. Run left and right with the corresponding arrow keys. Jump with X and attack enemies with your head pressing Z. Help Bolt rescue Penny!"; 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 = ''; } }