﻿$(function() {
	$("div.tabset").tabs();
/*
	$("div.two-col-b div.tabset .ui-tabs-nav li").each(function() {
		// Detect if any are more than one line and set the height of the other tabs
	});
*/
});