function showCompanyImage()
{
	$('#atmosphere_company').show();
	$('#atmosphere_fendt').hide();
	$('#atmosphere_kubota').hide();
	$('#atmosphere_schliesing').hide();
	$('#atmosphere_terranova').hide();
	$('#atmosphere_holder').hide();
}
function showFendtImage()
{
	$('#atmosphere_company').hide();
	$('#atmosphere_fendt').show();
	$('#atmosphere_kubota').hide();
	$('#atmosphere_schliesing').hide();
	$('#atmosphere_terranova').hide();
	$('#atmosphere_holder').hide();
}
function showKubotaImage()
{
	$('#atmosphere_company').hide();
	$('#atmosphere_fendt').hide();
	$('#atmosphere_kubota').show();
	$('#atmosphere_schliesing').hide();
	$('#atmosphere_terranova').hide();
	$('#atmosphere_holder').hide();
}
function showSchliesingImage()
{
	$('#atmosphere_company').hide();
	$('#atmosphere_fendt').hide();
	$('#atmosphere_kubota').hide();
	$('#atmosphere_schliesing').show();
	$('#atmosphere_terranova').hide();
	$('#atmosphere_holder').hide();
}
function showTerranovaImage()
{
	$('#atmosphere_company').hide();
	$('#atmosphere_fendt').hide();
	$('#atmosphere_kubota').hide();
	$('#atmosphere_schliesing').hide();
	$('#atmosphere_terranova').show();
	$('#atmosphere_holder').hide();
}
function showHolderImage()
{
	$('#atmosphere_company').hide();
	$('#atmosphere_fendt').hide();
	$('#atmosphere_kubota').hide();
	$('#atmosphere_schliesing').hide();
	$('#atmosphere_terranova').hide();
	$('#atmosphere_holder').show();
}
function showKubota()
{
	$('#kubota_choice').show();
}
function hideKubota()
{
	$('#kubota_choice').hide();
}

