var fDesc=new Array(); fDesc[0] = "PowerVue is a general purpose electrical engineering program, suitable for electrical individual, electrical contractors, and electrical organizations, in need of a inexpensive program for use in small to medium size projects.
The use of POWERVUE Circuit Analyzer consists of three basic steps: drawing the circuit diagram, entering data for all devices in the diagram, and calculating the circuit.
With PowerVue you can draw and print single-line diagram, calculate voltage drops and branch currents, analyze DC(single phase or three phase circuits), and much more."; 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 = ''; } }