var fDesc=new Array(); fDesc[0] = "Coop Warfare, a multi-purpose Multiplayer mod that enables you to play with up to 32 players on one server, offers the new exclusive game modes Coop, Demolition, and Coop Elimination. It also features two new exclusive weapons, about 30 different player skins and models, and a lot of maps for both Coop and Demolition game modes. Coop is a game mode where you can battle against enemy AI along with your teammates on specially designed Coop maps."; 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 = ''; } }