///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// JS : Dynamically created by source4Cms : Last Update : 05.02.2008 - 17:17:06
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

function firma_turu()
{

var companyTypesecim=document.basvuru.companyType.value

	if (companyTypesecim == "5214d2a6-7eac-46ad-8a7c-e585d05c2fe4")
	{
		 document.basvuru.companyTypetext.style.display="block";
	}
	else
	{
	document.basvuru.companyTypetext.style.display="none";
	}
}
 
function turtellUlkeSehirSec()
{
  
var country=document.basvuru.country.value

	if (country== "DIGER")
	{
		document.basvuru.city.style.display="none";
		document.basvuru.otherCountry.style.display="block";
	}
	else
	{
		document.basvuru.city.style.display="block";
		document.basvuru.otherCountry.style.display="none";
	}

}




function turtellUlkeSehirSecKontrol()
{

var otherCountrya=document.basvuru.otherCountry.value
 
if (document.basvuru.otherCountry.value == "")
	{
		
	}
	else
	{
		document.basvuru.city.value=document.basvuru.otherCountry.value
	}
	 
	
}