var fDesc=new Array(); fDesc[0] = "HSPEXP+ is being developed by RESPEC to support calibration of watershed models developed using HSPF. HSPEXP interactively allows the user to edit the input User Control Input (UCI) file for the Hydrologic Simulation Program--Fortran (HSPF), run HSPF simulations, produce plots of HSPF hydrology outputs compared to observed values, compute error statistics for a simulation, and provide the user with expert advice on which parameters should be changed to improve the calibration. In general, use of HSPEXP is an interactive process that requires repeating the cycle of simulation, computing statistics, reviewing plots, getting advice, and modifying parameters."; 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 = ''; } }