function initScript() {
	jQuery('#kursy').tabs();
}
$(document).ready( function() {
  initScript();
});
