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