var fDesc=new Array(); fDesc[0] = "PEST Utilities are those that are supplied when you download PEST. Among other things, they check the integrity of a PEST template file, integrity of a PEST instruction file, an entire PEST input dataset for correctness and consistency, and compatibility between a PEST control file and a Jacobian matrix file. These utilities can add preferred value regularization to a PEST control file based on initial parameter values."; 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 = ''; } }