var BM_VERSION = "T 2.27"

/**************************************************
 * Test Version 2.27
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Add a yellow polyline for the Azimuth from the station to the Azimuth mark
 *   BM_MI_Station_GMap.html
 * Switch to API v2.88 and implement clickable polylines (generating an infoWindow) for the IBC triangulation lines.
 *   BM_MI_County_GMap.html
 * Tweak toggle menu to include toggle item only if there are markers present of that color.
 *   BM_MI_County_GMap.html
 * Add code for triangulation, use polylines for each triangle side. Add polyline show()/hide()to context and toggle menus.
 *   BM_M_County.html, BM_MI_County_GMap.html
 * Implement Help Panel in an <iframe> on the map.  Change from using #xxx <a tags to navigate, to reloading the iframe to avoid
 * issues with the browsers moving the content around.
 *   BM_MI_County_GMap.html, BM_MI_County_Help.html
 **************************************************
 * Test Version 2.26 - 2007-08-15
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Tweak rightclick (context) menu for maps.
 *   BM_MI_County_GMap.html, BM_MI_Station_GMap.html, BM_MI_Region_GMap.html
 **************************************************
 * Test Version 2.25 - 2007-08-06
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Implement rightclick (context) menu for maps including zoom, toggles and map type controls.
 *   BM_MI_County_GMap.html, BM_MI_Station_GMap.html
 * Tweak "Using This Site" page.
 *   BM_M_Navigate.html, BM_MI_Station_GMap.html
 **************************************************
 * Test Version 2.24 - 2007-07-29
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Work on the "Using This Site" page: include each of the 3 map pages in <div>s and <ifrems>s on
 * the page.  Convert the map pages to use "parent." instead of "top." for access all relavent variable.
 *   BM_M_Navigate.html, BM_M_Region.html, BM_M_County.html, BM_M_Station.html,
 *   BM_MI_Region_GMap.html, BM_MI_County_GMap.html, BM_MI_Station_GMap.html
 * Convert code for loading <iframs>s from "(Id).document.location.href=" to "(Element).src="
 *   BM_Benchmarking.htnl, BM_M_Navigate.html, BM_M_Region.html, BM_M_County.html, BM_M_Station.html
 **************************************************
 * Test Version 2.23 - 2007-07-23
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Redo the sizes and placement of map controls
 *   textualzoomcontrol.js, BM_MI_Region_GMap.html, BM_MI_County_GMap.html, BM_MI_Station_GMap.html
 * Adapt the DragZoom control to support the back button and a method for outside calls to use it
 *   dragsoom.js, BM_MI_County_GMap.html
 * Put County Labels into a Marker Manager so they can be turned off at wide zoom levels
 *   BM_MI_Region_GMap.html
 * Convert Map routines to use the onload="function()" event to load the map and 
 * assorted markers, controls, etc.  Move repetitive code into functions while at it.
 *   BM_MI_Region_GMap.html, BM_MI_County_GMap.html, BM_MI_Station_GMap.html,
 * Add background for selected county on region map.  Fix resize issue.
 *   BM_M_Region.html, BM_MI_Region_GMap.html
 * Fix old problem with wakeUp calls resulting from use of the browser back button
 *   BM_M_Region.html, BM_M_County.html, BM_M_Station.html 
 **************************************************
 * Test Version 2.22 - 2007-07-13
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Fix late bug in Region: delete "panMap" references (2007-07-17)
 *   BM_M_Region.html, BM_MI_Station_GMap.html
 * Tinker with the style of the map zoom control and the drop-down menu buttons
 *   BM_MI_County_GMap.html, BM_TextualZoomControl.js
 * Tinker with the County list to make sure the county is in the right Region 
 * and the appropriate entries are highlighted.
 *   BM_LI_County_list.html, BM_MI_Region_GMap.html
 * Tinker with Show/Hide drop down menu on county map 
 *   BM_MI_County_GMap.html
 * Fix glitch where "Map is Loading ...." message wasn't showing
 *   BM_M_Region.html, BM_M_County.html
 * Get the station list and county list to work in IE (plus other browsers) and at all screen sizes.
 * Fix issue with IE for the Highlands (consolodate lines so the slow script warning is not triggered).
 * Convert their selection fron display:none/block to z-index. Clean up numerous glitches with same.
 *   BM_LI_Station_list.html, BM_LI_County_list.html, BM_Benchmarking.html
 **************************************************
 * Test Version 2.21 - 2007-07-03
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Recenter map after a screen resize.  Trickier than I thought.
 * Cannot recenter if map is display:none. See below, z-index for fix.
 *   BM_MI_Region_GMap.html, BM_MI_County_GMap.html, BM_MI_Station_GMap.html,
 *   BM_Benchmarking.html, BM_M_Region.html, BM_M_County.html, BM_M_Station.html
 * Implement a gobal method for setting the background color.  Include a URL pamam for this.
 *   BM_Benchmarking.html and most HTML files
 * Change method of dispatch: implement z-index instead of display:none/block.
 * This gets around the map recentering while hidden issue.
 *   BM_Benchmarking.html, BM_M_Region.html, BM_M_County.html, BM_M_Station.html &
 *   map routines
 **************************************************
 * Test Version 2.20 - 2007-06-29 
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Tweak wording for "Regions" instead of "States"
 *   BM_L_Index.html, BM_LI_County_list.html
 * Add getElementById for each element and general cleanup
 *   BM_Benchmarking.html, BM_M_Region.html, BM_M_County.html, BM_M_Station.html
 * Map titles: add "to Station" "to County" and "to Region" buttons and 
 * general reimplementation and cleanup of map title code
 *   BM_M_Region.html, BM_M_County.html, BM_M_Station.html
 * start separation of the two parts of Custom Mapp Types and Contol script
 *   BM_CustomMapTypesAndControl.js, BM_MI_Region_GMap.html, BM_MI_County_GMap.html, BM_MI_Station_GMap.html
 * move markermanager script from Google to /scripts folder and change calls accordingly
 *   markermanager.js, BM_MI_Region_GMap.html, BM_MI_County_GMap.html, BM_MI_Station_GMap.html
 **************************************************
 * Test Version 2.19 - 2007-06-24 
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Add support for map titles when header panel is hidden
 *   BM_Benchmarking.html, BM_M_Region.html, BM_M_County.html, BM_M_Station.html
 **************************************************
 * Test Version 2.18 - 2007-06-21 
 **************************************************
 * update summary:
 *-------------------------------------------------
 * Add support for regions
 *   BM_MI_Region_GMap.html, BM_MI_County_GMap.html, BM_MI_Station_GMap.html,
 *   BM_Benchmarking.html, BM_M_Region.html, BM_M_County.html, BM_M_Station.html
 **************************************************/
