var fDesc=new Array(); fDesc[0] = "JPA Designer can carry out SAP calculations to SAP versions 9.90, 9.81, 9.80 and 9.70, to demonstrate compliance with the energy efficiency requirements of Building Regulations and Building Standards1 and as part of Code for Sustainable Homes (CSH) assessments. For calculations created in SAP 2012 there will be no issues in lodging an EPC, but any SAP 2009 calculations to be lodged on or after 20th March will have to be converted to SAP 2012 before lodgement."; 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 = ''; } }