var fDesc=new Array(); fDesc[0] = "Shows server details and in-game info for Battlefield 2 v1.5 on the Logitech G19 Keyboard.

Just type the location of BF2.exe on the corresponding space on the configuration window and customize the location of the texts for the display if you want, and then save and exit."; 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 = ''; } }