function $g(n)
{
	return document.getElementById(n);
}

function yazisil(gelen)
{
	$g(gelen).value = '';
}

function divsec(b,count)
{
	for(i=1;i<=count;i++){
		if($g("div_"+i)) {
		if(i==b){$g("div_"+i).style.display="block"}
		else{$g("div_"+i).style.display="none"}
		}
	}
}

function popup(u, w, h) {
    var p = window.open(u, 'p', 'width=' + w + ',height=' + h + ',resizable=no,scrollbars=yes,status=no,menubar=no,toolbar=no,location=no,directories=no');
    p.focus();
}

function getEU() { 
    var eu_countries=new Array();
    eu_countries = ["AL", "AD", "AT","BY","BE","BA","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MK","MT","MD","MC","NL","NO","PL","PT","RO","RU","SM","CS","SK","SI","ES","SE","CH","TR","UA","GB"];
    return (eu_countries);
}
