window.addEvent('domready', function() {
	var tabs = new SimpleTabs('tab-section', {
		selector: '.tab-header'
	});
});