function showPropertyImage (url) {
   img = document.getElementById('mainImage');
   img.src = url;
}
