var fDesc=new Array(); fDesc[0] = "PowerPac is Australia’s most popular Electrical Calculation Software program designed to assist the user of the Australian Standards AS/NZS 3008.1:2009 and AS/NZS 3000:2007. It is designed to reflect the complex mathematical functions described in these Standards with the object of ensuring accuracy, consistency and reproducibility."; 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 = ''; } }