$(document).ready(function() {  
	$('#tab-container > ul#navbar').tabs({ fx: { height: 'toggle'} });
});  