$(document).ready(function() {
	$("#block-i18nblocks-8 ul").superfish({
	  hoverClass: 'hover',
	  animation: {height:"show"},
	  speed: 1,
	  delay: 0,
      autoArrows: false
	});
	
	$("#block-i18nblocks-7 ul").superfish({
	  hoverClass: 'hover',
	  animation: {height:"show"},
	  speed: 1,
	  delay: 0,
      autoArrows: false
	});
	
  $('#switcher').change(function() {    
    window.location = $('#switcher').attr('value');
  })
})

