$(function(){$("#navigation > ul > li:has(ul)").find("a:first").append("<span></span>");$("#navigation > ul > li:has(ul)").bind("mouseenter",function(){$(this).find("span").css({backgroundPosition:"-4px -1px"});$(this).find("ul").stop(true,true).slideDown().end()}).bind("mouseleave",function(){$(this).find("span").css({backgroundPosition:"-4px -20px"});$(this).find("ul").stop(true,true).delay(250).slideUp()});var c=$("#content-wrapper").children().not(".clear, br");if(c.length>1){$("#container").append('<ul id="navbar"></ul>').append('<a class="prev" href="#" id="prev-link" title="Vorige">Vorige</a>').append('<a class="next" href="#" id="next-link" title="Volgende">Volgende</a>');var a=[];for(var d=0;d<c.length;d++){a.push("<li"+(d==0?' class="active"':"")+">"+(d+1)+"</li>")}$("#navbar").css({left:(470-(Math.round(c.length*20)/2))+"px"}).html(a.join(""));$("#prev-link, #next-link").css({opacity:0.5}).bind("mouseenter",function(){$(this).stop().animate({opacity:1},250)}).bind("mouseleave",function(){$(this).stop().animate({opacity:0.5},250)}).click(function(h){h.preventDefault();var f=$("#content-wrapper").position();var g=(Math.round(f.left/800)*-1)+($(this).attr("class")=="next"?1:-1);g=g<0?c.length-1:(g==c.length?0:g);e(g);if($("#content-wrapper").hasClass("home")){b($("#content-wrapper a:nth-child("+(g+1)+")").attr("title"))}});$("#navbar li").click(function(){var f=$("#navbar li").index(this);e(f)})}function e(f){$("#navbar li").removeClass("active");$("#navbar li:nth-child("+(f+1)+")").addClass("active");$("#content-wrapper").stop().animate({left:(f*-800+"px")},750)}if($(".home a").length){$("#album-name").css({top:($("#album-name").height()+25)*-1});$(".home a, #album-name").bind("mouseenter",function(){$("#album-name").stop().animate({top:-1},250)}).bind("mouseleave",function(){$("#album-name").stop().animate({top:($("#album-name").height()+25)*-1},250)});$("#logo").click(function(f){f.preventDefault();e(0)})}function b(f){$("#album-name").html(f);$("#album-name").css({top:($("#album-name").height()+25)*-1})}if($(".fancybox").length){$(".fancybox").bind("mouseenter",function(){$(this).find("img").stop().animate({opacity:0.75,top:15,left:15,height:110,width:155},250)}).bind("mouseleave",function(){$(this).find("img").stop().animate({opacity:1,top:10,left:10,height:120,width:165},250)});$(".fancybox").fancybox({overlayOpacity:0.3,overlayColor:"#000000",onStart:function(h,f,i){var g=Math.ceil((f+1)/12)+$(".album-content").length-1;e(g)}})}if($("#google-map").length){$("#google-map").gMap({latitude:51.322955,longitude:4.429636,zoom:15,controls:["GLargeMapControl3D"],markers:[{latitude:51.320761,longitude:4.429314,html:$("#vcard").html(),popup:true}]})}$("#birgerdesign").find("span").show().css({opacity:0});$("#birgerdesign").bind("mouseenter",function(){$(this).find("span").stop().animate({opacity:0.75},250)}).bind("mouseleave",function(){$(this).find("span").stop().animate({opacity:0},250)});$("a[rel=external]").click(function(){this.target="_blank"})});
