var fDesc=new Array(); fDesc[0] = "The EIFS Estimator will instantly give you a good idea of how much your EIFS project will cost. Keep in mind that every EIFS (Exterior Insulation and Finish System) project is a little different and with out seeing a drawing it is impossible to give an accurate number for a project, but this application is designed to give you a figure to work with, and is usually pretty accurate."; 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 = ''; } }