// JavaScript Document

$(function() {
	$("#about-tabs").tabs({ fx: { opacity: 'toggle' } });
}); 