var fDesc=new Array(); fDesc[0] = "AccuRate Sustainability is fully-featured software package for rating the energy efficiency of residential building designs. AccuRate Sustainability contains all the functions of earlier versions of AccuRate, but also has a series of additional features including streamlined and simplified data entry and more assessment modules to save time, improve productivity and broaden the services you offer. AccuRate Sustainability has an annual subscription pricing model and included support. The added flexibility and depth of functionality ensures AccuRate Sustainability sets the software standard for residential sustainability assessors."; 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 = ''; } }