function gotCityIdFromFlash(id) {
	location.href = 'index.php?pg=city&id=' + id;
}
