var fDesc=new Array(); fDesc[0] = "This is a Tool for FlatOut 2 to change Mod (.bfs) files loaded by FlatOut 2.Modes in FlatOut include standard lap races, in either open environments or stadium laps, and demolition derby deathmatches, in which the driver of the sole-surviving vehicle declared the winner; both modes pit players against 7 computer-controlled opponents. You can use this to extract the contents of a umod file."; 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 = ''; } }