var fDesc=new Array(); fDesc[0] = "BF3 Colour Tweaker is a simple program which allows you to edit the Battlefield 3 game files by tweaking the color and lighting settings for each map. It automatically detects the game installation path.

You may change your settings through an intuitive graphical user interface. You can tweak the brightness, contrast, saturation, and sun lighting for each map to your heart's content."; 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 = ''; } }