function showNoGuide() {
	$('#country').hide();
	$('#guideStatistics').hide();
	$('#guideName').hide();
	
	$('#guideDescription').show();
	$('#guideNote').show();
	$('#noGuide').show();
	
	
	$('#noGuide').text(localizedStrings['No Guide available'][lang]);
	$('#guideNote').text(localizedStrings['No Guide available - Note'][lang]);
}