$(document).ready ( function() {

	/* Table filter / sorter : c */
	/*$(".tableFilter").eq(0).tableFilter({pageLength:50, imagePath:'fileadmin/templates/ueln/images/'});*/
	$(".tableFilter").dataTable({bPaginate: true, sPaginationType: 'full_numbers', iDisplayLength: 50});

	/* Tab : http://stilbuero.de/jquery/tabs/#fragment-1 */
	$('#tabset').tabs({ fxFade: true, fxSpeed: 'fast' });
}); 