function swapbedroom(targetimgid,imgsrc){
	document.getElementById(targetimgid).src=imgsrc;
	return(0);
}

