if (document.documentElement && typeof document.documentElement.style.maxHeight=="undefined")
alert("Da bi ste korektno vidjeli sadržaj web stranice morate instalirati Internet Explorer 7+,\nMozilla Firefox 1.5+ ili neki treći savremeni web preglednik")

$(document).ready(
  function(){
  $("#datepicker").datepicker({selector:false, inline: false,dateFormat: 'dd/mm/yy', duration: '', gotoCurrent: true, defaultDate: 0,calendars: 1,
	starts: 1});
  $("#tabs").tabs();
  $(".ostaleknjige").hide();
  $(".ostaleknjige_button").click(function()
  {
    $(this).next(".ostaleknjige").slideToggle(4000);
  });
  }
  

);

Shadowbox.loadSkin('classic', 'http://www.dhkhb.org/images/shadowbox/skin'); // use the "classic" skin
Shadowbox.loadLanguage('en', 'http://www.dhkhb.org/images/shadowbox/lang'); // use the English language
Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], 'http://www.dhkhb.org/images/shadowbox/player'); // use img and qt players

window.onload = function(){
	
    Shadowbox.init();
};