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