var fDesc=new Array(); fDesc[0] = "Electric Power SpecSizer software from Cat Electric Power provides accurate and timely technical data, robust load models, and optimized algorithms to assist in specifying a properly sized generator set to best meet your power needs.

It features an optimized 20-Step Wizard that automatically calculates the least number of steps for building a load scenario. The 20-Step Wizard collects loads, evaluates voltage dip and load demands, and then organizes the loads into steps to help users select a generator set with an optimal rating and footprint that minimizes costs. Along with voltage dip and skVA, the tool now provides an additional method for sizing based on customer-specific frequency dips.

In addition to the generator set sizing analysis, SpecSizer provides a concise, customizable text document or guide specification that is dynamically linked to any program-selected or user-selected generator set. SpecSizer also produces a project sizing report with engine, alternator and generator set technical data and a transient performance report that can be distributed electronically."; 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 = ''; } }