var fDesc=new Array(); fDesc[0] = "The BehavePlus fire modeling system is a PC-based program that is a collection of models that describe fire behavior, fire effects, and the fire environment.

BehavePlus is a flexible system that produces tables, graphs, and simple diagrams and can be used for a multitude of fire management applications. BehavePlus is the successor to the BEHAVE fire behavior prediction and fuel modeling system. It is called the BehavePlus fire modeling system to reflect its expanded scope."; 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 = ''; } }