<?xml version="1.0" ?>
<configuration>
<title>{Tax_Parcel.CAMA_PIN}</title>
<description>
<![CDATA[<b>Address: </b>{TAX2010.Address}<b><br>Owner: </b>{TAX2010.owner}<b><br>Co-Owner: </b>{TAX2010.co_owner}<b><br>Tax District: </b>{TAX2010.tax_district}<br><a href='http://indekalb/departments/taxcommissioner/Display.asp?parcel={Tax_Parcel.CAMA_PIN}'><b>Property Tax Link</b></a>]]>
</description>
</configuration>
<!--
Pop-up configuration file for:
http://gis-image-srv1/ArcGIS/rest/services/Parcels/MapServer/26
--> if (popUpInfo.description)
{
htmlText = StringUtil.substitute(popUpInfo.description, formattedAttributes);
if (htmlText)
{
cleanAndSetHtmlText(descriptionText, htmlText);
vGroup.addElement(descriptionText);
}
//Fix for the 2.3.x popup text color bug RJS
descriptionText.styleSheet = textStyleSheet;
}