// JavaScript Document
// hava durumu popup baslangiç
	function popUp(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open('includes/havadurumu.php?il="+ getSelectedValue( 'hd', 'il' ) +"', '" + id + "','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=510,height=210');");
	}
	function getSelectedValue( frmName, srcListName ) {
		var form = eval( 'document.' + frmName );
		var srcList = eval( 'form.' + srcListName );
		i = srcList.selectedIndex;	
		if (i != null && i > -1) {
			return srcList.options[i].value;
		} else {
			return null;
		}
	}
// hava durumu popup son