function changeCity(node) {
	var city=$(node).val();
	window.location='index.php?main=select&city='+city;
}