$(function() {
    $("img#logotip")
        .mouseover(function() { 
            $(this).attr("src", "img/2.png");
        })
        .mouseout(function() {
            $(this).attr("src", "img/1.png");
        });
});

$(function() {
		$( "#accordion" ).accordion({
			autoHeight: false
		});
	});

$(function() {
		$( "#accordionClosed" ).accordion({
			autoHeight: false,
			active: false
		});
	});

function odstrani()
  {
    if(confirm("odstranim?"))
      {var preusmeri = this.getElementsByTagName("a");}
    else
      {}
  }
  
$(function() {  
    $("#controller").jFlow({  
        slides: "#slides",  
        width: "639px",  
        height: "106px",  
        duration: 600  
    });  
});

Shadowbox.init({ modal: true, players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']  });

$(document).ready(function(){
  $.preloadCssImages({imgDir: '../img/'});
});

$(document).ready(function() {

    $('.slideshow').cycle({

		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...

	});

});
