// Produces a tabbed page

$kjq(document).ready(function($)
{
	$('#ff1gp_tab_page').tabs({ selected: 0, fx: { opacity: 'toggle' }  });
});
