function showPhoto(id, width, height){
	window.open("showphoto.cfm?pid=" + id, "propertyPhoto", "width=" + width + ", height=" + height);
}