var fDesc=new Array(); fDesc[0] = "It is used to analyze the early age behavior of jointed concrete pavements, continuously reinforced concrete pavements, and bonded concrete overlays.

Main features:

- Simple Strategy View: Simple View requires limited data and estimates variables that are otherwise inputs for the advanced level user.
- Output Screen: Evaporation rate analysis during the peak plastic state and the analysis results for tensile stress and strength during the first 72 hours after construction are presented in one single screen in the Simple Strategy View.
- Sensitivity Comparisons allows the user to compare the effects of changing input variables for a base strategy, the advantage being the ability to evaluate for a single strategy the effect of any input variable."; 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 = ''; } }