

Ext.onReady(function() {
	new Ext.ux.Menu('menuContainer', {
		transitionType: 'fade',
		direction: 'horizontal', // default
		delay: 0.2, // default
		autoWidth: true, // default
		transitionDuration: 0.3, // default
		animate: true, // default
		currentClass: 'current' // default
	});
});

