var fDesc=new Array(); fDesc[0] = "PandaMania is an upbeat, motion game that urges you to get up and dance! It’s fun, cool and completely gesture-based. Think you’ve got the moves? Dance with the Panda to earn points as you compete with family and friends to see who is better at matching Panda’s dance move-for-move. PandaMania needs just a simple webcam and no extra devices to play! Cutting edge motion capture technology does all the work; all you have to do is keep up with the panda."; 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 = ''; } }