var fDesc=new Array(); fDesc[0] = "Animal Balloons is an interesting adventure game for free. Your animals friends are stuck on different islands. Rescue them, but beware of the dangers lurking ahead! Save your animal friends from the different islands, but look out for the dangers that lurk! Avoid the dangers that can make your balloons pop. Molly will follow your mouse. Avoid any hazards that might pop your balloon! Left mouse button - Fly upward; Release mouse button - Fly downward. 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 = ''; } }