var fDesc=new Array(); fDesc[0] = "Current labor and material prices for thousands of concrete and masonry jobs and specialty items. Don’t waste hours working up a material list for every job you bid. Instead, use this manual to develop quick, accurate cost estimates. Do the material take-off only when you have the contract. Provides manhours, recommended crew, and gives the labor cost for installation.
Download the 2012 National Concrete & Masonry Estimator -- available only in electronic format. Have the updated concrete and masonry prices you need in minutes and start estimating today with current data!"; 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 = ''; } }