
function TabCurrent(currentTab){	
	if ($("#NavTop").length > 0){
		if (currentTab.length > 0){
			currentTab.addClass("MenuOn");
		}
	}
}

