var fDesc=new Array(); fDesc[0] = "Crazy Squirrel is a free downloadable game with concept similar to Super Mario Bros with less functions but much more speed. All you have to do is to guide a super sonic squirrel to through many levels.

On that way be sure to collect those yummy nuts and precious points by jumping as high as you can."; 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 = ''; } }