$(document).ready(function(){
	$('.tov11 .topnavi a').each(function(){
		var text = $('img', this).attr('alt');
		$(this).html(text);
	});
});
