$( function() {
        $( "#sub-nav a, .features a" ).imagegenify( {
                fontColor: "#ffffff", backgroundColor: "#000000", font:"/font/ANUNE___.TTF", fontSize:"8", hoverFontColor:"#FFF200"
                } );

	$( "#sidebar h3 a" ).not( ".aktivan" ).imagegenify( {
                fontColor: "#FFF200", backgroundColor: "#000000", font:"/font/ANUNE___.TTF", fontSize:"9", hoverFontColor:"#FFFFFF"
                } );

	$( "#sidebar h3 a.aktivan" ).imagegenify( {
                fontColor: "#FFFFFF", backgroundColor: "#000000", font:"/font/ANUNE___.TTF", fontSize:"9"
                } );

	$( ".working-hours h3" ).imagegenify( {
                fontColor: "#fff200", backgroundColor: "#000000", font:"/font/ANUNE___.TTF", fontSize:"7"
                } );
	$( ".working-hours h2" ).imagegenify( {
                fontColor: "#fff000", backgroundColor: "#000000", font:"/font/ANUNE___.TTF", fontSize:"8"
                } );
	$( ".fact h3, .rezultati-pretrage h3" ).imagegenify( {
                fontColor: "#ffffff", backgroundColor: "#7C7C7C", font:"/font/ANUNE___.TTF", fontSize:"8"
                } );
	$( "p.radno-vrijeme" ).imagegenify( {
                fontColor: "#ffffff", backgroundColor: "#000000", font:"/font/ANUNE___.TTF", fontSize:"8"
                } );
	$( "a.first-level" ).imagegenify( {
                fontColor: "#ffffff", backgroundColor: "#191919", font:"/font/ANUNE___.TTF", fontSize:"8"
                } );

	
	$(".gallery a, .galerija-slika a").fancybox(); 

});	    
   
	

$(document).ready(function() {
	if (!document.getElementsByTagName) return false;
	var links = document.getElementsByTagName("a");
    for (i = 0; i < document.links.length; i++) {
        var lnk = document.links[i];
        if (lnk.href && lnk.href.match(/^(http|https|mailto|ftp)/) && lnk.href.indexOf(location.hostname) == -1) { 
			lnk.target = '_blank'; 
		}
    }

            //show details
	   $('div.showDetails .details').hide();
            $('div.showDetails h2').click(function() {
		$(this).parent().next().slideToggle('fast')
			.parent().eq(0).siblings().find( ".details" ).slideUp('fast');
	     });
	   });


	function setupFlash(w) {
		$('#left').flash(
            		{ src: '/media/50015/srca2-l_550x700_cs3.swf',
	                  width: w,
          	          height: 700,
			 wmode: 'transparent'
            		},
            		{ version: 8 }
            	).css({
			"right": 980 + w,
			"width": w
		});

                $('#right').flash(
                       { src: '/media/50018/srca2-d_550x700_cs3.swf',
                         width: w,
                         height: 700,
			 wmode: 'transparent'
                       }, 
	               { version: 8 }
               ).css({
			"left": 980 + w, 
			"width": w
	       });
	}


       /* $(document).ready(function() {
            var ww = ($(window).width() - 980) / 2.0;
	    setupFlash(ww);
        });

	$(window).resize(function() {
	   var ww = ($(window).width() - 980) / 2.0;
	   setupFlash(ww);
	});*/