function initMenu() {
  $('#acc ul').hide();
  $('#acc li a').click(
    function() {
        $(this).next().slideToggle('normal');	
      }
    );
  }
$(document).ready(function(){
	$("#meni2").lavaLamp({
                fx: "easeout", 
                speed: 400,
                click: function(event, menuItem) {
                    return menuItem;
                }
            });
	initMenu();
	$(".meni li.back").css({ opacity: 0.3 });
	$("#sadrzaj").fadeIn('fast');
	$("#zaglavlje").fadeIn('normal');
	$(".podmeni li").mouseenter(function(){$(this).animate({ 
        paddingLeft: "5px" 
      }, 200 );
	});
	$(".podmeni li").mouseleave(function(){$(this).animate({ 
        paddingLeft: "0px" 
      }, 100 );
	});
});
if ($.browser.msie && $.browser.version == 6.0) {
				alert('Please install last version of yout Internet browser');
				alert('Its free from www.microsoft.com');
				alert('The page not display correct...')
			} else {
			}