var fDesc=new Array(); fDesc[0] = "Paddlepop Kombatei is a 3D adventure game. Control either Paddlepop or Liona to fight through multiple eastern martial arts with inspired unique worlds in an attempt to drive the hordes of Shadowmaster back. This game is the third in the series of promotional games, done for the ice cream series –Paddlepop from Unilever’s Walls icecream brand."; 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 = ''; } }