var fDesc=new Array(); fDesc[0] = "Passing The Green Associate Exam is a required first step and covers the basics of the LEED Green Building Rating Systems. Manual contains 900 total sample questions in groups of 100. Questions Content Covers : Project Requirements, Costs ,Green Resources , Standards that support LEED Credit , Credit Interactions Credit Interpretation Rulings, Components of LEED Online and Project Registration, Components of LEED Score Card, Components of Letter Templates, Strategies to Achieve Credit, Project Boundary; LEED Boundary, etc."; 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 = ''; } }