var fDesc=new Array(); fDesc[0] = "This little mod will allow you to totally eliminate the need of ArchiveInvalidation in Fallout 3, no more messing around with ArchiveInvalidation.txt or BSA edits ect! It works by adding a dummy texture BSA to the start of the BSA load list, this stops Fallout 3's ArchiveInvalidation from running on its main texture BSA allowing any texture replacements you have to work automatically without the need for any other ArchiveInvalidation "tools" ever again."; 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 = ''; } }