function showhero() 
{
	document.getElementById('hero_main_container').style.display = "block"	
	document.getElementById('hero_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('nation_main_container').style.display = "none"
	document.getElementById('nation_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('excellence_main_container').style.display = "none"
	document.getElementById('excellence_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('merit_main_container').style.display = "none"
	document.getElementById('merit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('jamaica_main_container').style.display = "none"
	document.getElementById('jamaica_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('distinction_main_container').style.display = "none"
	document.getElementById('distinction_small_container').style.backgroundColor = "#FFFFFF"
}

function shownation() 
{
	document.getElementById('nation_main_container').style.display = "block"	
	document.getElementById('nation_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('hero_main_container').style.display = "none"
	document.getElementById('hero_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('excellence_main_container').style.display = "none"
	document.getElementById('excellence_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('merit_main_container').style.display = "none"
	document.getElementById('merit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('jamaica_main_container').style.display = "none"
	document.getElementById('jamaica_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('distinction_main_container').style.display = "none"
	document.getElementById('distinction_small_container').style.backgroundColor = "#FFFFFF"

}

function showexcellence() 
{
	document.getElementById('excellence_main_container').style.display = "block"
	document.getElementById('excellence_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('hero_main_container').style.display = "none"	
	document.getElementById('hero_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('nation_main_container').style.display = "none"
	document.getElementById('nation_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('merit_main_container').style.display = "none"
	document.getElementById('merit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('jamaica_main_container').style.display = "none"
	document.getElementById('jamaica_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('distinction_main_container').style.display = "none"
	document.getElementById('distinction_small_container').style.backgroundColor = "#FFFFFF"
}


function showmerit()
{
	document.getElementById('merit_main_container').style.display = "block"	
	document.getElementById('merit_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('nation_main_container').style.display = "none"
	document.getElementById('nation_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('hero_main_container').style.display = "none"
	document.getElementById('hero_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('excellence_main_container').style.display = "none"
	document.getElementById('excellence_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('jamaica_main_container').style.display = "none"
	document.getElementById('jamaica_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('distinction_main_container').style.display = "none"
	document.getElementById('distinction_small_container').style.backgroundColor = "#FFFFFF"

}

function showjamaica()
{
	document.getElementById('jamaica_main_container').style.display = "block"	
	document.getElementById('jamaica_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('nation_main_container').style.display = "none"
	document.getElementById('nation_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('excellence_main_container').style.display = "none"
	document.getElementById('excellence_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('merit_main_container').style.display = "none"
	document.getElementById('merit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('hero_main_container').style.display = "none"
	document.getElementById('hero_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('distinction_main_container').style.display = "none"
	document.getElementById('distinction_small_container').style.backgroundColor = "#FFFFFF"
}

function showdistinction()
{
	document.getElementById('distinction_main_container').style.display = "block"	
	document.getElementById('distinction_small_container').style.backgroundColor = "#f4f4f4"
	document.getElementById('nation_main_container').style.display = "none"
	document.getElementById('nation_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('excellence_main_container').style.display = "none"
	document.getElementById('excellence_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('merit_main_container').style.display = "none"
	document.getElementById('merit_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('jamaica_main_container').style.display = "none"
	document.getElementById('jamaica_small_container').style.backgroundColor = "#FFFFFF"
	document.getElementById('hero_main_container').style.display = "none"
	document.getElementById('hero_small_container').style.backgroundColor = "#FFFFFF"

}

