function show_united()
{
	document.getElementById("show_united").style.display='block';
}

function hide_united()
{
	document.getElementById("show_united").style.display='none';
}
function show_olympics()
{
	document.getElementById("show_olympics").style.display='block';
}

function hide_olympics()
{
	document.getElementById("show_olympics").style.display='none';
}
function show_wings()
{
	document.getElementById("show_wings").style.display='block';
}

function hide_wings()
{
	document.getElementById("show_wings").style.display='none';
}
function show_alliance()
{
	document.getElementById("show_alliance").style.display='block';
}

function hide_alliance()
{
	document.getElementById("show_alliance").style.display='none';
}
function show_baptist()
{
	document.getElementById("show_baptist").style.display='block';
}

function hide_baptist()
{
	document.getElementById("show_baptist").style.display='none';
}
function show_cure()
{
	document.getElementById("show_cure").style.display='block';
}

function hide_cure()
{
	document.getElementById("show_cure").style.display='none';
}
function show_sfgf()
{
	document.getElementById("show_sfgf").style.display='block';
}

function hide_sfgf()
{
	document.getElementById("show_sfgf").style.display='none';
}






