function switchImage(newimage) {
	var img = document.getElementById("largePropertyImage");
	img.src = 'http://www.budapestestate.com/' + newimage;
}