var fDesc=new Array(); fDesc[0] = "The "BSE" Estimator will save you time and money! In your hands, this tool will help you efficiently schedule your jobs, calculate complex assemblies and deliver an accurate bottom line.


Update Pricing and Items of an Estimate Back to Your Master List in the Blink of an Eye. Update pricing from checks written in QuickBooks back to the Estimator, allowing the program to keep up with the latest current pricing. Insert Estimates from the BSE Estimator into a holding tank in QuickBooks. Further extract price increases after having written checks in QuickBooks and insert them backwards into the BSE Estimator. As you can see the information flows both directions."; 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 = ''; } }