var fDesc=new Array(); fDesc[0] = "CalcWiz is a windows based program that allows quick, easy electrical calculations for a wide variety of common situations. CalcWiz has been designed by an electrician for electricians so the focus is on the user, not the programmer!
CalcWiz Lite allows quick calculation of maximum demand, fault loop impedence and ohms law. It contains the calculators required by the majority of electrical contractors without the bells and whistles and the inflated price."; 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 = ''; } }