$(document).ready(function() {
	$('#menujava').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	if(jQuery.browser.msie)
				$(this).get(0).style.removeAttribute('filter');
			if(callback != undefined)
				callback();
});
