var fDesc=new Array(); fDesc[0] = "This utility has been created specifically for creating weapon loadout configurations for the squad and RO loadout mechanics in Brothers Realism Mod. The tool has a full installer for ease of use. Please run as an administrator under Vista and Windows 7 for full functionality. Program has been updated to version 2.1."; 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 = ''; } }