var fDesc=new Array(); fDesc[0] = "Controls Estimate includes three modules that comprise the entire software suite, including: an estimating software program, a parts requisition software program and a “central” database program that allows the user to manage all data required by the estimating and parts requisition modules including customer, vendor, parts, and other types of information.

Main Features :
- The Estimating software module that allows the controls engineer to create accurate cost estimates and proposals.
- The Parts Requisition software module that allows the parts personnel to keep track of parts that are ordered for the job.
- The Central Database software module is a “central” database program that allows the user to manage all data required by the estimating and parts requisition modules including customer, vendor, parts, and other types of information."; 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 = ''; } }