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