var fDesc=new Array(); fDesc[0] = "SAG10 is a sag-tension calculation software. A play on words for SAG-TEN (TENSION), it is widely recognized as the industry standard for overhead conductor sag-tension calculations, utilizing the Alcoa Graphic Method.

SAG10 is attractive to engineers due to its ease of use, the speed with which sag and tension calculations can be rendered, and the tremendous value the software brings to the sag and tension aspects of line design."; 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 = ''; } }