var fDesc=new Array(); fDesc[0] = "The Just Cause 2: Multiplayer Mod is a project to bring multiplayer to the Just Cause 2 open world game. It's less of a modification and more of a face-lift of the entire game. The mod removes the base game's artificial intelligence and story elements, leaving only the island itself. However, objects from the game's files including vehicles, character models, weapons, effects, and dynamic audio can be spawned in to the game world at will."; 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 = ''; } }