function expandLeaderboard()
{
	document.getElementById('leaderboard_container').style.zIndex = "5000";
}

function collapseLeaderboard()
{
	document.getElementById('leaderboard_container').style.zIndex = "0";
}