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

});
