$(document).ready(function() {
	
	$("#vertical-16").attr('href', $("#vertical-16").next('ul').find('li:first-child').find('a').attr('href'));
	$("#lang_switcher").appendTo('#leftbottom');

	$("#vertical").find('a.current').each(function() {
		$(this).next('ul').show();
	});

});
