var fDesc=new Array(); fDesc[0] = "World Cup Cricket 20-20 is an incredible 3D cricket game for the PC. Players can select from amongst their favorite teams, their favorite players, and most popular stadiums. The game gives several game modes - some standard and some new - combined with fabulous gameplay, incredible graphics and full voice commentary. World Cup Cricket 20-20 strives to truly shows the ultimate 20-20 cricketing experience!"; 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 = ''; } }