function popup(obj) {
	var url = obj.href;
	window.open(url, "streetsurfer", "directories=no,location=no,menubar=no,resizable=yes,width=500,height=350,scrollbars=yes,status=no,toolbar=no");
	return false;
}