var fDesc=new Array(); fDesc[0] = "cadLive™ is a proven CAD-based estimating solution for contractors. cadLive allows you to produce faster and more accurate takeoffs that are automatically incorporated into your Accubid estimate or change order. cadLive is fully integrated with Accubid Estimating and ChangeOrder solutions—Accubid Pro, BidWinner Plus, BidWinner, PowerBid, ChangeOrder, and ChangeOrder Pro—and features a bi-directional, realtime link between the CAD drawing and your Accubid job. That translates into complete data synchronization with no need to maintain takeoffs or breakdowns (as may be required by other CAD estimating solutions)."; 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 = ''; } }