// JavaScript Document


$(document).ready(function() {
	$('#tabs > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
