function popUp(url) {
	window.open(url,"Floorplan","width=600,height=700,scrollbars")
	}



