var fDesc=new Array(); fDesc[0] = "Ollie's the rabbit is having a tea party for all his friends! He's invited the Wonder Pets, but he can't find his other three guests: The Mad Hatter, The Cheshire Cat and The Queen of Hearts. The Wonder Pets will help find them! They jump down Ollie's rabbit hole and start searching in Wonderland. Help the Wonder Pets find Ollie's guests in this 3-level side- scrolling adventure! On your way, collect hats, tea cups and plates for the party. Once you find all the guests, Ollie can have his tea party!"; 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 = ''; } }