var fDesc=new Array(); fDesc[0] = "Great Juju Challenge is an interesting racing game for free. Great Juju Challenge is held to crown the champion of the four tribes. This is the most prestigious event of all and everybody wants to be part of it. This year, the tribe chieftain has picked you as the tribe's hero. He is confident that you will win the cup and that you prowess will shine on your fellow tribesmen. Get ready for the ride of your tribal life! Never finish a race in the last position or your tribe will be eliminated! Use the arrow keys to control your racing vehicle."; 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 = ''; } }