var fDesc=new Array(); fDesc[0] = "Coconut Drum is an interesting action game for free. Bounce falling coconuts off the orangutan's drum and catch them in Tak's bucket. click you mouse to launch coconuts into the air when the parrot flies by. knock down fruit for bonus points and collect the puppkin for an extra try. Have fun and good luck!"; 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 = ''; } }