function details(item){
	window.location = "/PropertyDetails/" + item;
}
function searchdetails(item){
	window.location = "/PropertyDetails/" + item + "/search";
}
function changeimg(img){
	document.getElementById("imgshowcase").src=img;
}