		$(function() {		$('#container-1 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' }, selected: null, unselect: true });		});		$(function() {		$('#container-2 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' }, selected: null, unselect: true });		});		$(function() {		$('#container-3 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' }, selected: null, unselect: true });		});