function showflag() 
{
	document.getElementById('flag_main_container').style.display = "block"	
	document.getElementById('flag_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('coat_main_container').style.display = "none"
	document.getElementById('coat_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('fruit_main_container').style.display = "none"
	document.getElementById('fruit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('bird_main_container').style.display = "none"
	document.getElementById('bird_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('flower_main_container').style.display = "none"
	document.getElementById('flower_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('tree_main_container').style.display = "none"
	document.getElementById('tree_small_container').style.backgroundColor = "#FFFFFF"
}

function showcoat() 
{
	document.getElementById('coat_main_container').style.display = 'block'
	document.getElementById('coat_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('flag_main_container').style.display = 'none'
	document.getElementById('flag_small_container').style.backgroundColor = '#FFFFFF'
	document.getElementById('fruit_main_container').style.display = "none"
	document.getElementById('fruit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('bird_main_container').style.display = "none"
	document.getElementById('bird_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('flower_main_container').style.display = "none"
	document.getElementById('flower_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('tree_main_container').style.display = "none"
	document.getElementById('tree_small_container').style.backgroundColor = "#FFFFFF"

}

function showfruit()
{
	document.getElementById('fruit_main_container').style.display = 'block'
	document.getElementById('fruit_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('flag_main_container').style.display = 'none'
	document.getElementById('flag_small_container').style.backgroundColor = '#FFFFFF'
	document.getElementById('coat_main_container').style.display = "none"
	document.getElementById('coat_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('bird_main_container').style.display = "none"
	document.getElementById('bird_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('flower_main_container').style.display = "none"
	document.getElementById('flower_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('tree_main_container').style.display = "none"
	document.getElementById('tree_small_container').style.backgroundColor = "#FFFFFF"

}

function showbird()
{
	document.getElementById('bird_main_container').style.display = 'block'
	document.getElementById('bird_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('flag_main_container').style.display = 'none'
	document.getElementById('flag_small_container').style.backgroundColor = '#FFFFFF'
	document.getElementById('coat_main_container').style.display = "none"
	document.getElementById('coat_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('fruit_main_container').style.display = "none"
	document.getElementById('fruit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('flower_main_container').style.display = "none"
	document.getElementById('flower_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('tree_main_container').style.display = "none"
	document.getElementById('tree_small_container').style.backgroundColor = "#FFFFFF"

}

function showflower()
{
	document.getElementById('flower_main_container').style.display = 'block'
	document.getElementById('flower_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('flag_main_container').style.display = 'none'
	document.getElementById('flag_small_container').style.backgroundColor = '#FFFFFF'
	document.getElementById('coat_main_container').style.display = "none"
	document.getElementById('coat_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('fruit_main_container').style.display = "none"
	document.getElementById('fruit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('bird_main_container').style.display = "none"
	document.getElementById('bird_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('tree_main_container').style.display = "none"
	document.getElementById('tree_small_container').style.backgroundColor = "#FFFFFF"

}

function showtree()
{
	document.getElementById('tree_main_container').style.display = 'block'
	document.getElementById('tree_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('flag_main_container').style.display = 'none'
	document.getElementById('flag_small_container').style.backgroundColor = '#FFFFFF'
	document.getElementById('coat_main_container').style.display = "none"
	document.getElementById('coat_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('fruit_main_container').style.display = "none"
	document.getElementById('fruit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('flower_main_container').style.display = "none"
	document.getElementById('flower_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('bird_main_container').style.display = "none"
	document.getElementById('bird_small_container').style.backgroundColor = "#FFFFFF"

}