function hizlierisim(url) {
	var yeniurl = document.getElementById('cmbHizlierisim').options[document.getElementById('cmbHizlierisim').selectedIndex].value;
	if (yeniurl!='') {
			document.location = yeniurl;
	}
}


function sehir(url) {
	var yeniurl = document.getElementById('cmbsehir').options[document.getElementById('cmbsehir').selectedIndex].value;
	if (yeniurl!='') {
			document.location = yeniurl;
	}
}

function poponload()
{
testwindow= window.open("eleman.html", "mywindow","location=0,status=0,scrollbars=0,width=100,height=100");
testwindow.moveTo(0,0);
}