var fDesc=new Array(); fDesc[0] = "Worms is a 2D artillery game, where you manage your team of worms in fighting with others. Worms W.M.D. version features 30 campaign levels of increasing difficulty, and a collection of new and classic weapons. You can take on up to five opponents in with up to eight worms in a group, either in local or online multiplayer, including ranked play."; 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 = ''; } }