$(document).ready(function() {
	$('#sidenav_tabs').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('.tab_container').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});

