function astTabCurrent(currentTab){
	//astHoroscope, astYear, astTarot, astLove, astPhone, astNumero, astOracle, astAvenir, astConsult
	if ($("#astMenuGeneral").length > 0){
		if (currentTab.length > 0){
			currentTab.addClass("astMenuOn");
		}
	}
}
function astMenuTopCurrent(currentMenuTop){
	// astMenuTopHoroGratuit, astMenuTopCareer, astMenuTopChinese, astMenuTopAstroFun, astMenuTopGlosAstro, astMenuTopDossiers
	// astMenuTopAstroPeople, astMenuTopReves
	if ($("#astMenuTop").length > 0){
		if (currentMenuTop.length > 0){
			currentMenuTop.addClass("astSelected");
		}
	}
}

function astBlockPersoCurrent(currentTab){
	if ($("#astPersoScope").length > 0){
		if (currentTab.length > 0){
			currentTab.removeClass("astBGColorWhite astCurveTitleContext astFColorContext");
			currentTab.addClass("astBGColorContext");
			currentTab.find("a").addClass("astFColorWhite");
		}
	}
}

function astFreeGameCurrent(currentTab){
	if ($("#astFreeGameTab").length > 0){
		if (currentTab.length > 0){
			currentTab.removeClass("astBGColorWhite");
			currentTab.addClass("astBGColorContext");
			currentTab.find("a").addClass("astFColorWhite");
		}
	}
}