$(document).ready(function() {
	$('#navigation').accordion({header:'h3', autoHeight: false, navigation: true});

});