﻿function changemainpic(image)
	{
	document.getElementById('propertymainpic').style.backgroundImage = "url('"+image+"')";;
	}

