//Javascript Document

// Tabs
$(function() {
	$(".tab-menu").tabs({fx: {height: 'toggle', opacity: 'toggle', duration: 600}});
});