// JavaScript Document
function openSemtSelection() {
	var ilce=document.getElementById("ilce").value;
	var ilce_id=document.getElementById("ilce_id").value;
	if (ilce.length!=0) {
		newWindow=window.open("includes/selection.php?kutu=2&ilce="+ilce_id,"selection","height=210,width=350,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=1");
		newWindow.focus();
		}
	else alert("Semtler için önce ilçeleri seçmeniz gerekiyor!");
	}