/* cd.js */
/* city data definitions */
var CD$Country       = "USA";             /* country for this site            */
var CD$CityName      = "ATL";             /* city code for this site          */
var CD$GeoSysAddr    = "172.26.90.8:83";   /* Geo systems iniernet address     */
var CD$GeoSysAddrNew    = "mapping.rexplorer.net";   /* Geo systems iniernet address     */
var CD$NetscapeMapAddr = "ch02.cyberhomes.com:81";
var CD$XplorerAddr   = "atl.rexplorer.net"; /* MLS/Xplorer internet address     */
var CD$GeoLat        = "338288"           /* Latitude for Atlanta             */
var CD$GeoLng        = "-843873";         /* Longitude for Atlanta            */
var CD$WebLinks      = "http://www.gamls.com/links/index.cfm"; /* web links button url   */
var CD$SearchDelay = 2000;			/* Number of milliseconds to delay before searching */
//var CD$MapPrivFnc = "CnDMp";		/* Name of Mapping privilege function */
var CD$FlyerEnabled     = 0;		/* ENABLE SAVING SPREAD SHEET FORMAT AS FLYER FORMAT */
var CD$VirtualTours	= 0;		/* Enable Virtual Tours interface */
var CD$iPixDirect	= new Array("MF","AF","CM","LL","RR","RC") /* Property types that need to be excluded from the iPix add interface */
var CD$SiteName      = "Georgia MLS";
var CD$CityNumber    = 414;
var CD$MailUpdateButton = false;        /* false means users can not change email addr */
