// JavaScript Document

function swap_images(image) {
	document.selected_image.src = "/property-image.php?image_id=" + image;
}