$(function(){


});


/* INFO-POPUP */
$(document).ready(function(){  
$(".popup a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", left: "-480"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", left: "-460"}, "fast");
	});   
});  
/* INFO-POPUP END */

/* REX ACCORDEON MENU */
$(document).ready(function(){  
	$("#navi ul").keyup(function(){ 
		$('#count').html($('#navi ul').val().split(/\b[\s,\.-:;]*/).length);
	}); 
});
/* REX ACCORDEON MENU */
