var fDesc=new Array(); fDesc[0] = "Funny Playground is a challenging puzzle game that your mission is to make the kids fight. Click on objects around the playground to make events happen. Some events can be triggered by clicking on two or more different objects like pencil, tube, sports kit bag, glue bottle, NFL balls with thorns. Some objects will get stored in the Inventory Panel, click on these objects to use them. Have you further question, you can refer to the hints. Remember, you have limited time to complete each mission. Go ahead and show them how smart you are!"; 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 = ''; } }