function displayLocationPopup(id, label)
{
	fb.loadAnchor("./map/popup.php?location="+id, "width:500", label);
}

