var fDesc=new Array(); fDesc[0] = "CrazyKart can be described as a Kids online role plating game. It is a game created by Zapak. Zapak is an online gaming website, where we can register freely. We get points for playing and of course more points for winning. The points are counted in rupees (or dollars). But we don't actually get the money. We can select different items as reward based on the amount we have made (like a Zapak game CD or a mobile phone, etc).

CrazyKart is a racing game. We can select our own name and register freely. We compete against each other by splitting up into two teams an each time we have a probability of winning 1/2. That makes all of us happy. Even if we win or lose, we work for the team. We get points even for logging into the server.

The program is a smll one, only 200 MB or more. So, the graphics is very poor, with a lot of errors. Anyway, it is great fun playing this online game. The racing is really fast (or the game is really fast). We can chat with our friends (or team members) or to all of the people in the game."; 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 = ''; } }