var fDesc=new Array(); fDesc[0] = "SKST is an application that allows you to configure a bill of materials for conventional and addressable Silent Knight panels.
Features and functions include:
- Enter and save project information
- Select and edit parts from the catalog
- Generate a bill of materials
-Export your bill of materials to MS Excel and Microsoft Access
- Determine battery size by creating battery calculations based on your configuration
- Print groups of data sheets for submittal packages"; 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 = ''; } }