// JavaScript Document
<!--
function enlarge(theURL) { //v2.0
  window.open('images/properties/' + theURL, 'property', 'resizable=yes,width=660,height=500');
}
//-->