<!-- Begin
  function linkDisplay(selection) {
  <!-- About Tab -->
  if (selection=="1") {
  document.form.info.value="The About tab provides general information about the map. Information is displayed in the Information Panel, and may include details about the purpose of the map, as well as the organization that deployed the map.";
    }
  <!-- Layers Tab -->
  else if(selection=="2") {
    document.form.info.value="The Layers tab displays a list of available layers in the Information Panel. If you wish to turn layers on or off, or make a layer active, then display the Layer List.";
    }
  <!-- Legend Tab -->
  else if(selection=="3") {
    document.form.info.value="The Legend tab displays the current map legend in the Information Panel. The map legend shows you the symbology of layers.";
    }
  <!-- Key Map Tab -->
  else if(selection=="4") {
    document.form.info.value="Choosing the Key Map tab displays a map that gives the main map context.  A Key Map can be used to stay oriented as you zoom in and out.";
    }
  <!-- Bookmarks Tab -->
  else if(selection=="5") {
    document.form.info.value="Bookmarks are preset map locations that zoom you to a location on the map but do not alter the layer display. You can define your own personal Bookmarks if your browser accepts cookies.";
    }
  <!-- Create PDF Tab -->
  else if(selection=="6") {
    document.form.info.value="The Printable Versions tab to create an Adobe PDF version of the map.";
    }
  <!-- Help Tab -->
  else if(selection=="7") {
    document.form.info.value="Click the Help tab to open Geocortex Compass Online Help (this page).";
    }
  <!-- Exit Tab -->
  else if(selection=="8") {
    document.form.info.value="When you are finished viewing the map, choose the Exit tab to close the map and return you to the launch page.";
    }
  <!-- Zoom In Tool -->
  else if (selection=="9") {
    document.form.info.value="With the Zoom In tool you are able to zoom in by clicking on a location or by dragging a box to define a particular extent.";
    }
  <!-- Zoom Out Tool -->
  else if(selection=="10") {
    document.form.info.value="To zoom out on a map, pick the Zoom Out tool.  Define the extent of the area that you wish to zoom out to by clicking on a location with the map.";
    }
  <!-- Zoom to Full Extent Tool -->
  else if(selection=="11") {
    document.form.info.value="The Zoom to Full Extent button zooms you to the full extent of the map.  The full extent is often the extent of the map displayed when the viewer is initially launched.";
    }
  <!-- Zoom to Active Layer Tool -->
  else if(selection=="12") {
    document.form.info.value="Choosing the Zoom to Active layer button means that you will be zoomed to the extent of a particular layer.  You will be zoomed in or out and panned so that the viewer extent matches the layer extent.";
    }
  <!-- Zoom to Previous Layer Tool -->
  else if(selection=="13") {
    document.form.info.value="The Zoom to Previous Extent button allows you to jump back to your last map extent.  Note that this function remains inactive until you change extents.";
    }
  <!-- Pan Tool -->
  else if(selection=="14") {
    document.form.info.value="The Pan tool lets you navigate around the map.  To move around the map hold the mouse button down while you drag the pointer across the map, whatever part of the map you grabbed, will end up wherever you release the mouse button.";
    }
  <!-- Identify Tool -->
  else if(selection=="15") {
    document.form.info.value="The Identify button allows you to click a feature and see a list of its attributes.  A layer must be Active, in order to be identified.";
    }
  <!-- Clear Tool -->
  else if(selection=="16") {
    document.form.info.value="The Clear tool erases a selected markup feature from the map.";
    }
  <!-- Expanded Toolkit -->
  else if(selection=="17") {
    document.form.info.value="The Expanded Toolkit holds tools that are used for advanced functions for the map. These tools are typically used once a user has become comfortable with the basic navigation tools. The Expanded Toolkit includes tools that allow you to draw on the map, save, print, email, extract data, identify, and search.";
    }
  <!-- Drill Down Identify Tool -->
  else if(selection=="18") {
    document.form.info.value="The Drill Down map function identifies and outputs all the features that exist at a particular location. Features from all layers that are turned on are output, regardless of whether they are visible at the current scale.";
    }
  <!-- Identify Radius Tool -->
  else if(selection=="19") {
    document.form.info.value="The Identify by Radius tool allows users to get attribute information from a layer within a defined circle.";
    }
  <!-- Buffer Tool -->
  else if(selection=="20") {
    document.form.info.value="The Select by Buffer tool is used to generate a listing of features based on a selection.";
    }
  <!--Select Tool-->
  else if(selection=="21") {
    document.form.info.value="The Select tool selects and lists features intersected by a user drawn rectangle.";
    }
  <!-- Measure Distance Tool -->
  else if(selection=="22") {
    document.form.info.value="The Measure Distance map function enables you to measure distances on the map.  You can measure the distance between two locations or you can measure the total distance of a route, with multiple stops.";
    }
  <!-- Measure Area Tool -->
  else if(selection=="23") {
    document.form.info.value="The Measure Area tool lets you draw a polygon and calculate the area inside.";
    }
  <!-- Markup Point Tool -->
  else if(selection=="24") {
    document.form.info.value="The Add Point to Map tool allows you to draw points on the map.";
    }
  <!-- Markup Line Tool -->
  else if(selection=="25") {
    document.form.info.value="The Add Line to Map tool allows you to draw lines on the map. ";
    }
  <!-- Markup Rectangle Tool -->
  else if(selection=="26") {
    document.form.info.value="The Add Rectangle to Map tool allows you to draw a semi-transparent rectangle on the map.";
    }
  <!-- Markup Polygon Tool -->
  else if(selection=="27") {
    document.form.info.value="The Add Polygon to Map tool allows you to draw a polygon with 3 or more sides on the map. Like the rectangle mark-up tool, the polygon will be semi-transparent.";
    }
  <!-- Markup Text Tool -->
  else if(selection=="28") {
    document.form.info.value="The Add Text to Map tool allows you to add text directly to the map.";
    }
  <!-- Markup Label Tool -->
  else if(selection=="29") {
    document.form.info.value="The Add Label to Map tool allows you to automatically label features in the Active Layer.";
    }
  <!-- Markup Grid Tool -->
  else if(selection=="30") {
    document.form.info.value="The Add Grid to Map tool allows you to place a grid on the map.";
    }
  <!-- Markup Location Tool -->
  else if(selection=="31") {
    document.form.info.value="The Add a Location to Map tool allows you to add a point to the map and display the Latitude and Longitude coordinates.";
    }
  <!-- Erase Markup Tool -->
  else if(selection=="32") {
    document.form.info.value="The Erase Markup tool allows you to delete selective markup that you have made on the map.";
    }
  <!-- Save Project Tool -->
  else if(selection=="33") {
    document.form.info.value="The Save Project tool allows you to save a mapping session to be used for later.";
    }
  <!-- Open Project Tool -->
  else if(selection=="34") {
    document.form.info.value="The Open Project tool allows you to open a previously saved project.";
    }
  <!-- Print Tool -->
  else if(selection=="35") {
    document.form.info.value="The Create PDF tab creates an Adobe PDF version of the map layout.";
    }
  <!-- Email Tool -->
  else if(selection=="36") {
    document.form.info.value="Use the Email button to send your current map view as a PDF map or a JPEG image.";
    }
  <!-- Save Session Tool -->
  else if(selection=="37") {
    document.form.info.value="The Save Session tool allows you to save a snap shot of your Internet mapping view.";
    }
  <!-- Extract Tool -->
  else if(selection=="38") {
    document.form.info.value="Use the Extract Layer function to extract a selected layer and store it as a shapefile.";
    }
  <!-- Extract GML Tool -->
  else if(selection=="39") {
    document.form.info.value="Use the Extract GML tool to extract features to a GML file.";
    }
  <!-- Extract Excel Tool -->
  else if(selection=="40") {
    document.form.info.value="Use the Extract to Excel function to output a listing of layer information into an Excel file.";
    }
  <!-- Query Tool -->
  else if(selection=="41") {
    document.form.info.value="The Query Tool allows you to design a query using logical expressions, which will select features that match your attribute criteria.";
    }
  <!-- Query Tool -->
  else if(selection=="42") {
    document.form.info.value="A quick Query Tool which allows you to quickly find features that match your search criteria.";
    }
  <!-- Upload Tool -->
  else if(selection=="43") {
    document.form.info.value="Allows advanced GIS users to upload shapefiles.";
    }
  <!-- Local Map Button -->
  else if(selection=="44") {
    document.form.info.value="The Local Map tab zooms you to the Quinte West on the map.  This button is hidden when you zoom into Quinte West.";
    }
  <!-- Regional Map Button -->
  else if(selection=="45") {
    document.form.info.value="The Regional Map tab zooms you to view Southeastern Ontario.  This button is only shown when you are zoomed into Quinte West.";
    }
  <!-- Wards Button -->
  else if(selection=="46") {
    document.form.info.value="The Wards tab displays a list of wards in the Information Panel.  From there you can click on a ward to zoom into that section of the map.";
    }
  <!-- History Tool -->
  else if(selection=="47") {
    document.form.info.value="The History tab displays a list of your last 12 maps from the Information Panel.  You can click on any of the images displayed to return your self to that extent.";
    }
  <!-- Map Tips Tool -->
  else if(selection=="48") {
    document.form.info.value="The Map Tips tab will activate the map tips, which when you mouse over a property you will receive detailed information about that property.";
    }
  <!-- other -->
  else {
    document.form.info.value = "Not Defined";
    }
  }
// End -->
