function getBreedList(sid){
	$('#selporodi').load('/add/ajax/breeds.php?field=38&id='+$('#ListOfSectionsIBlock').attr('value'));
}

function getBreedListAT(){
	$('#selporodi').load('/add/ajax/breedsat.php?field=96&id='+$('#ListOfSectionsIBlock').attr('value'));
	$('#objtype').load('/add/ajax/sections.php?id='+$('#ListOfSectionsIBlock').attr('value'));
}

function getBreedPets(sid){
	$('#selporodi').load('/add/ajax/breedspet.php?field=104&id='+sid);
}

function getRegionListClub(){
	$('#selrajon').load('/add/ajax/regions.php?field=36&id='+$('#ListOfCountries').attr('value'));
	$('#selcity').load('/add/ajax/cities.php?field=37&id=0');
}

function getCityListClub(){
	$('#selcity').load('/add/ajax/cities.php?field=37&id='+$('#ListOfRegions').attr('value'));
}

function addFileField(idDiv){
	$('#container_file_'+idDiv).load('/add/ajax/fieldfile.php?field=57&numb='+idDiv);
}

function getRegionListClub4Paws(){
	$('#selrajon').load('/add/ajax/regions4paws.php?field=68&id='+$('#ListOfCountries').attr('value'));
	$('#selcity').load('/add/ajax/cities.php?field=69&id=0');
}

function getCityListClub4Paws(){
	$('#selcity').load('/add/ajax/cities.php?field=69&id='+$('#ListOfRegions').attr('value'));
}

function getRegionListAT(){
	$('#selrajon').load('/add/ajax/regionsat.php?field=87&id='+$('#ListOfCountries').attr('value'));
	$('#selcity').load('/add/ajax/cities.php?field=88&id=0');
}

function getCityListAT(){
	$('#selcity').load('/add/ajax/cities.php?field=88&id='+$('#ListOfRegions').attr('value'));
}

function getRegionListPet(){
	$('#selrajon').load('/add/ajax/regionspet.php?field=106&id='+$('#ListOfCountries').attr('value'));
	$('#selcity').load('/add/ajax/cities.php?field=107&id=0');
}

function getCityListPet(){
	$('#selcity').load('/add/ajax/cities.php?field=107&id='+$('#ListOfRegions').attr('value'));
}

function addFileFieldAT(idDiv){
	$('#container_file_'+idDiv).load('/add/ajax/fieldfileat.php?field=95&numb='+idDiv);
}

function getdate(){
	var sdate = document.getElementById('selday').value;
	var smonth = document.getElementById('selmonth').value;
	var syear = document.getElementById('selyear').value;
	document.getElementById('dob').value = sdate+'.'+smonth+'.'+syear;
}

function addFileFieldPhoto(idDiv){
	$('#container_file_'+idDiv).load('/add/ajax/fieldfilephoto.php?numb='+idDiv);
}

function getRegionListFilter(){
	$('#ListOfRegions').load('/add/ajax/regionsfilter.php?id='+$('#ListOfCountries').attr('value'));
	$('#ListOfCity').load('/add/ajax/citiesfilter.php?id=0');
}

function getCityListFilter(){
	$('#ListOfCity').load('/add/ajax/citiesfilter.php?id='+$('#ListOfRegions').attr('value'));
}
