
function show_Tab(tab){
	$("#tab_the_facts").hide();
	$("#tab_the_pledge").hide();
	$("#tab_resources").hide();
	$("#tab_share").hide();
	$("#tab_news").hide();
	$("#tab_more_videos").hide();
	$("#tab_"+tab+"").fadeIn("slow");
}


