jQuery(function(){
			jQuery('ul.sf-menu').superfish({
				animation: {height:'show'},
				delay:     1200 
			});
		})
		
	
	$(document).ready(function(){	
	//anim text banner
	$('#animText').innerfade({
			animationtype: 'slide',
			speed: 1000,
			timeout: 3000,
			type: 'sequence'
		});
  });
