var fDesc=new Array(); fDesc[0] = "Bedrock Bobsleddin Blowout is sport game for free. Use your Left and Right arrow keys to move side to side, and Up and Down keys to move faster and slower. You could receive a score bonus by means as follows: beating a time on the track scoreboard and collecting all the letters that spell PEBBLES in order on one track. Running over pebbles cereal icons can not only add your score, but also boost pads for your extra speed! Meanwhile, you have to avoid dangerous damage caused by the sudden obstacles in the 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 = ''; } }