function $(element) {
  return document.getElementById(element);
}


function DictFold(id){
	if($('dictc_'+id).style.display == 'none')
	{
		$('dictc_'+id).style.display = ''
	}
	else{
		$('dictc_'+id).style.display = 'none';
	}
}

function DictFold2(id){
	if($('dictc2_'+id).style.display == 'none')
	{
		$('dictc2_'+id).style.display = ''
	}
	else{
		$('dictc2_'+id).style.display = 'none';
	}
}

//Navigation pour la page living in Beijing
function DictFoldlv(id){
	$('dictc_history').style.display = 'none';
	$('dictc_economy').style.display = 'none';
	$('dictc_climate').style.display = 'none';
	$('dictc_airport').style.display = 'none';
	$('dictc_localtime').style.display = 'none';
	$('dictc_electricity').style.display = 'none';
	$('dictc_businesshours').style.display = 'none';
	$('dictc_healthrisks').style.display = 'none';
	$('dictc_emergency').style.display = 'none';
	$('dictc_'+id).style.display = '';
}

//fonction pour education
function DictFoldlv2(id){
	$('dictc_schools').style.display = 'none';
	$('dictc_universities').style.display = 'none';
	$('dictc_centers').style.display = 'none';
	$('dictc_'+id).style.display = '';
}

//fonction pour entertainment
function DictFold3(id){
	$('dictc_movie').style.display = 'none';
	$('dictc_theaters').style.display = 'none';
	$('dictc_sight').style.display = 'none';
	$('dictc_trip').style.display = 'none';
	$('dictc_'+id).style.display = '';
}

//fonction pour well-being
function DictFold4(id){
	$('dictc_gym').style.display = 'none';
	$('dictc_spa').style.display = 'none';
	$('dictc_massage').style.display = 'none';
	$('dictc_'+id).style.display = '';
}

//fonction pour well-being
function DictFoldmenu(id){
	$('dictc_residential').style.display = 'none';
	$('dictc_office').style.display = 'none';
	$('dictc_'+id).style.display = '';
}

function DictFoldgalerie(id){
	$('dictc_pic0').style.display = 'none';
	$('dictc_pic1').style.display = 'none';
	$('dictc_pic2').style.display = 'none';
	$('dictc_pic3').style.display = 'none';
	$('dictc_pic4').style.display = 'none';
	$('dictc_'+id).style.display = '';
}

//fonction pour moresearch Residential
function DictFoldlv2(id){
	$('dictc_schools').style.display = 'none';
	$('dictc_universities').style.display = 'none';
	$('dictc_centers').style.display = 'none';
	$('dictc_'+id).style.display = '';
}
