function ChangeImage(path){
	var propertyImage = document.getElementById('propertyImage');
	propertyImage.src = "images/" + path;
}