var fDesc=new Array(); fDesc[0] = "Just Cause 2: Multiplayer Mod is a free application that brings multiplayer to the Just Cause 2 game. This program extends the chaos of normal Just Cause 2 to dozens, hundreds, and even thousands of players. The server browser allows you to find a server easily and keep track of your favorites."; 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 = ''; } }