var fDesc=new Array(); fDesc[0] = "You should help Timothy gain his footing in the wondrous 3D world of Oz and then guide him as he battles wooden soldiers, saber-toothed tigers and giant frogs in intense tactical battles. Unlock new attacks, use strategy to eliminate foes and defend your towers to the last brick. With simple point-and-click gameplay, eye-popping graphics and a storyline that will have you in stitches, Tower of Oz offers hours of fun for the whole family."; 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 = ''; } }