var fDesc=new Array(); fDesc[0] = "Visual HEA is an interactive program that facilitates input of HEA assumptions and parameters and provides an efficient method of calculating the compensatory action required for a given injury site. The program allows input of the relevant parameters necessary for analysis, and through the use of an intuitive graphical interface, the input parameters and recovery shape functions can be quickly changed. The ability to formulate many "what-if" scenarios using the graphical interface provides an efficient method of gauging the sensitivity of the required compensatory action scale to the analysis parameterization and time variability."; 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 = ''; } }