var fDesc=new Array(); fDesc[0] = "Lite-Configurator is a program that allows you to configure a bill of materials for Fire-Lite addressable and conventional control panels.

With Lite-Configurator, you can:

- Create a bill of material for addressable and conventional control panels
- Select and edit parts from the parts catalog
- Generate a formatted report—with a customized header—from your bill of materials
- Export your bill of materials to MS Excel MS Access
- Create a full set of battery calculations based on your configuration
- Print data sheets from the Bill of Materials screen"; 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 = ''; } }