var fDesc=new Array(); fDesc[0] = "For contractors with access only to PDF or TIF images rather than native CAD drawings, Accubid introduces LiveCount™, providing the efficiency of paperless on-screen takeoffs, as well as seamless integration with Accubid's Estimating and ChangeOrder solutions. As you mark up an image file, your takeoffs are automatically reflected in your estimate. With LiveCount, just point and click to quantify. View and quantify popular image types such as PDF and TIF. Change a quantity in LiveCount and your audit trail updates. Easily take off lengths and counts and mark them up on seperate layers using the colors you choose. Navigate images with easy-to-use pan and zoom features — bird's eye and close-up windows help with the big picture and small details. Designed for use with multiple monitors"; 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 = ''; } }