var fDesc=new Array(); fDesc[0] = "Crazy Car is a very small but addictive game for your children, where they can play a role of a crazy little car.

Your job is to get to the other level as quick as possible. Your time is limited so you have to be pretty fast. In your way try to pick as many clocks as possible. Each clock will give you some precious extra time to help you get to the end. Play this kids game from free kids games now.

It is yours for free and it is truly fun to play. Your children will be able to have good enjoyment for some hours."; 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 = ''; } }