var fDesc=new Array(); fDesc[0] = "Smart Takeoff! provides graphic representation of the digitized x, y coordinates from the Ultra Scale Master Pro Area Takeoff Tool. You can use Smart Takeoff! to determine quantities of area, perimeter, length and vertical surface area for compiling construction cost estimates. It will help you increase productivity, reduce errors and maximize profits. Combined with the speed and accuracy of the Ultra Scale Master Pro, Smart Takeoff! is an invaluable part of any construction cost estimating system. Graphic images confirm accurate takeoffs and verify measurements that can then be transferred to most Windows-based estimating programs and spreadsheets. You can also export graphic images to use in other programs. The software works with any scale and with either imperial or metric units."; 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 = ''; } }