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

