var fDesc=new Array(); fDesc[0] = "BidPoint XL, an Excel add-in program, digitizes directly into Microsoft Excel. That makes fast takeoffs even easier. No need to flip-flop back and forth between Excel and a separate digitizing application. Simply click on a spreadsheet cell and electronically measure and draw items from paper plans in seconds. The digitized quantities and drawings are saved with the Excel cell and file. BidPoint XL is so user friendly that most estimators are up and running in less than fifteen minutes.

Main features:
- Ability to delete selected objects.
- Improved print features with the ability to rotate the image and select the desired print scale. The print title block information is now automatically saved.
- Ability to measure areas and perimeters of rectangles by entering three points instead of the previous required five points.
- Ability to measure the area and circumference of circles by entering three points instead of tracing.
- Ability to measure and draw arcs by entering a high and low point instead of tracing.
- Macros can be assigned to the digitizer buttons to initiate measurements under Windows 2000. This feature is available using the GTCO Windows 2000 Wintab driver.
- Ability to assign digitizer buttons for arc, circle and rectangle measurements.
- Ability to assign a digitizer button to activate a popup menu that allows you delete objects, measure arcs, circles and rectangles, access style settings, close areas, end lines and stop the takeoff. The popup menu can be applied to a button on the cursor or pen stylus.
- Status messages are now displayed as you digitize.
- When tracing around curves, the number of points generated has been reduced.
- New program setup and configuration capabilities with easily accessible toolbars in the takeoff window
- New and improved style library and the ability to share styles across multiple users and Vertigraph programs
- Display the estimator designed Style Pallete conveniently on the takeoff screen for easy access and selection
- Negative line segments
- User definable keyboard shortcuts
- Ability to annotate items on the takeoff screen
- Enhanced print capabilities
- New customizable report setup"; 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 = ''; } }