showShare = function() {
	$('#shareBox').show();
	$('#shareButton').hide();
}

hideShare = function() {
	$('#shareBox').hide();
	$('#shareButton').show();
}
