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