var useAlertWaiver=false; //instead of the waiver text on the page use an alert to show the waiver when the page loads
var WaiverText='This map is prepared for the inventory of real property found within Union ';
WaiverText+='County, NC and is compiled from recorded deeds, plats, and other public ';
WaiverText+='records and data. Users of this map are hereby notified that the ';
WaiverText+='aforementioned public primary information sources should be consulted ';
WaiverText+='for verification of the information contained on this map. Union County ';
WaiverText+='and the mapping companies assume no legal responsibilies for the ';
WaiverText+='information contained on this map.';
WaiverText+='\n\n'; //adds an extra line
WaiverText+='Grid based on the North Carolina State Plane Coordinate System';
WaiverText+='\n\n'; //adds an extra line
WaiverText+='All diminsions in feet';


var dataUpdated="January 1, 2005"; //in parcel detail results and print page
var parcelIDField="ACCTNO"; //used for all parcel query and display- needs to be a unique id 
var whereClause='ACCTNO IN(';//used to concatenate the queries- xml and sql   should be parcelIDField from previous line + IN ('
var defaultOrder=" order by owner1"; //used for initial and adjoiner query as the default field to order the results by
var returnFullSet=false; //on selects through arcims return all records or use the maxfeaturesreturned variable instead
var showAdjoinerParcelMap=true; //highlight the adjoiners on the map
var labelAdjoiners=true; //label the adjoiners on the map (only if showAdjoinerParcelMap is true)
var labelDetail=true;//label the detail parcel on the map  
var labelSelected=true;//label the selected parcels on the map
var haveAdjoinerDownload=true; //add the link that allows the user to download the adjoiner results from the parceladjoiner.htm page
var adjoinerColor="0,0,255"; //color for adjoiner parcels used in display
var sdxzoomscale='24000'; //default value in the zoom to scale frame input box
var sdxPrintTitle="Union County Parcels"; //default value for the map title on the print page

var svrname='gismis';