var fDesc=new Array(); fDesc[0] = "The PradoWin software package facilitates the implementation of the Belgian Road Research Centre (BRRC)’s recommendations R 69/97 for bituminous mix design. It is a user-friendly tool that closely sticks to the latest developments in specifications and is adapted very well to the present trend of practice and materials used. Each bituminous mix design study is carried out using the five main functions of the program: choice of binder, composition of a mixture of sands, fitting of a full grading curve, mix design, and mechanical properties."; 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 = ''; } }