var fDesc=new Array(); fDesc[0] = "Enter the whimsical world of Oz and be sucked back into a timeless classic!
Based on the timeless tale, this version has you matching gems and saving your friends. With the Wicked Witch gone, it's up to you to free the munchkins and make your way to the Wizard. Along the way, you'll have to help the Scarecrow, the Tinman and the Cowardly Lion find everything they need, too!"; 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 = ''; } }