var fDesc=new Array(); fDesc[0] = "In the award winning game ItzaBitza™ , drawings truly come to life. Kids help their Sketchy by using Living Ink™ – a unique drawing recognition system – to draw one-of-a kind interactive objects that form the centerpiece of the game’s action. There’s little chance for the player to lose interest in ItzaBitza. The game provides a totally unique experience every time it is played. Since the environment is created through each player’s personal drawings, the possibilities are as endless and fantastic as the player’s imagination."; 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 = ''; } }