var fDesc=new Array(); fDesc[0] = "Introducing PaintCOST Estimator for Excel. Designed from the ground up to be the right solution for the painting cost estimating problem.
Painting cost estimating can be tough and time consuming. If not done properly, it can be inaccurate, too. Painting contractors are suffering from lack of an easy way to create accurate cost estimates and move ahead of the competition. At times, it gets so bad it's hard to spare time for anything else.
The usual options: buy several costbooks, use estimating forms, even design a custom spreadsheet, but often these options just make things complicated, inaccurate and time-consuming. Furthermore, these so-called solutions assume every paint contractor's business is the same as the other and offer no room for customization and flexibility."; 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 = ''; } }