
for (n=0; n<listproperty.length; n++)
{
   if (listproperty[n][2]==thisProp) {
document.write ("<TABLE BORDER=0 class=tabled width=500>")

document.write ("<TR><TH>")
document.write (listproperty[n][1])
document.write ("</TH><TD CLASS=name>")
document.write (listproperty[n][2])
document.write ("</td></TR><TR><TD>Location:</TD><TD>")
document.write (listproperty[n][3] + "<BR>" + listproperty[n][4])
document.write ("</td></TR><TR><TD>Features:</TD><TD>")
document.write (listproperty[n][5] + " acres " + listproperty[n][6])
document.write ("</td></TR><TR><TD>Stewards:</TD><TD>")
document.write (listproperty[n][7])
document.write ("</TABLE>")

  }
}
