var fDesc=new Array(); fDesc[0] = "Venice Unleashed is a tool for Battlefield 3 game that allows server owners to customize the gameplay experience by providing various customization options, all accessible and configurable through the server's RCON interface. At the bottom right corner of the screen it is displayed the command-line dialog of the Frostbite RCON tool Procon, with the server where the players are connected."; 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 = ''; } }