var fDesc=new Array(); fDesc[0] = "ProVAL (Profile Viewing and AnaLysis) is an
engineering software application that allows users to
view and analyze pavement profiles in many different
ways. It is easy to use and yet powerful to perform
many kinds of profile analysis.

Users can import profiles from various file formats
and save them in the Pavement Profile standard file
type. Entire analysis projects can be saved, which
preserves user information and analysis inputs. After
analysis have been performed, the user can print a
report of the original profiles and the results of any
analysis performed."; 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 = ''; } }