var fDesc=new Array(); fDesc[0] = "The BOSS Userlist Manager helps you position your unrecognised mods in your load order so you only need to do this once. Next time you run BOSS, the unrecognised mods you positioned with the BOSS Userlist Manager will retain their position in your load order and will not be listed as unrecognised by BOSS.

The BOSS Userlist Manager (BUM) helps you manage your mod load order for Skyrim, Oblivion, Nehrim, Fallout3 and FalloutNV. It uses BOSS Userlist rules to customise the order in which mods should be loaded and allows you to specify the load order for unknown mods without editing the BOSS Masterlist."; 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 = ''; } }