function showTabFooter(a) {
	jQuery(".footer-reset").hide(); 
	jQuery(a).show(); 
}
function hideTabFooter(a) {
	jQuery(".footer-reset").hide(); 
}
function addClassTab(b) {
	jQuery(b).addClass("tab-selected"); 
}
function removeClassTab(b) {
	jQuery(b).removeClass("tab-selected"); 
}

jQuery(function(){
	
    setTimeout(function() {
         jQuery(".promo-graph").animate({"top": "-=80px"}, "slow");

    },2000);
					
	
});
