var fDesc=new Array(); fDesc[0] = "Tribal Olympics 2 is an interesting skill game where you use only your mouse click to get ready to hit, then click again to swing at the right time to launch the skull into the air. If the skull hits any of the eggs a little dragon will give you a boost. Be careful about your opponent, who is waiting to hit the skull back to you.

A flying bird may suddenly appear and grab your skull and bring it back to you, causing you lose a turn."; 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 = ''; } }