var fDesc=new Array(); fDesc[0] = "Figures submitted in PDF format need to follow certain guidelines in order to be acceptable for publication in an ASCE journal. Specifically, all PDF figures must be high resolution (600 dpi or greater), and all fonts must be embedded in the image.

In order to make the process of creating PDF figures easier for our authors, ASCE has developed a PDF Distiller template. When used, this template will ensure that your PDFs are created with the highest quality, and that they meet the guidelines for ASCE publication."; 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 = ''; } }