/******************************************************************************************
DOC NAME_ MAIN SCRIPTS.JS / KATEMAESTRI.COM
DOC TYPE_ MINIFIED (PRODUCTION)
DOC AUTH_ DANNY BROOKS_PHAGE / WWW.PHAGEDESIGN.CO.UK
DOC DATE_ 21.01.11
******************************************************************************************/
$("html").addClass("js");$(document).ready(function(){var f=250;var a=500;var m=750;var d=1000;var c=2000;var l=2000;var j="easeInOutQuart";var h="easeInOutBounce";var e="easeInOutExpo";jQuery.fn.centerScreen=function(q){var r=this;var p=$(window).height()/2-this.height()/2;var s=1;if(p<s){p=s}if(!q){r.css("top",p);$(window).resize(function(){r.centerScreen(!q)})}else{r.stop();r.animate({top:p},500,"easeInOutCubic")}};$("#wrapper").centerScreen();$("#dropPanel, #gallery").show();$("#galleryWrap").append('<div id="loader"></div>');$("#galleryWrap").append('<div id="fader"></div>');$("#close").css({display:"none"});$("#infobtn").css({display:"none"});$("#fader").css({display:"none"});var b=window.location.href;if(b.indexOf("?id")>-1){$("#infobtn").show()}var g=$("#gallery").find("img:first");var k=g.attr("alt");$("#titleBar > h2").html(k);$("#homegallery").cycle({fx:"fade",timeout:6000,speed:d,delay:4000,sync:1,pause:1,pager:"#nav",before:onBefore,pagerAnchorBuilder:function(q,p){return'<li><a href="#">'+q+"</a></li>"}});$("#gallery").cycle({fx:"fade",timeout:0,speed:d,sync:1,pager:"#nav",pagerAnchorBuilder:function(q,p){return'<li><a href="#">'+q+"</a></li>"}});$("#primary_menu").each(function(){var u=$(this).find("a"),p=u.map(function(){return this.hash}).get().join(","),s=$(p),r=s.filter(":first").parent(),q=$("#titleBar").find("h2"),t=96;s.hide();u.click(function(){var w=this,v=$(this);if(r.is(":animated")||v.is(".current")){return false}u.removeClass("current");v.addClass("current");if($.support.opacity){s.stop().animate({opacity:0},f)}r.stop(false,false).animate({height:"32px"},{queue:false,duration:a,easing:j,complete:function(){titleSwap2();var x=s.hide().filter(w.hash).height()+t;r.animate({height:x},a,j,function(){s.filter(w.hash).show().animate({opacity:1},{duration:f,complete:function(){$("#gallery").cycle("pause")}})})}});return false});$("#close").click(function(){u.removeClass("current");titleSwap();s.stop().animate({opacity:0},{duration:f,complete:function(){r.stop().animate({height:"32px"},{duration:a,easing:j});$("#gallery").cycle("resume")}})})});var o=$(".thumbnails").find("a");o.click(function(p){p.preventDefault();linkLocation=this.href;titleSwap();$(".innerPanel").stop(false,false).animate({opacity:0},{duration:f,complete:function(){$("#dropPanel").stop(false,false).animate({height:"32px"},{duration:a,easing:j,complete:function(){$("#fader").fadeIn(a,function(){window.location=linkLocation})}})}})});var n=$("#projectText");var i=n.find("ul").outerHeight();n.css({bottom:"-"+i+"px"});$("#infobtn").hover(function(){n.stop(false,false).animate({bottom:"0"},{duration:a,easing:j});$("#gallery").cycle("pause")},function(){n.stop(false,false).animate({bottom:"-="+i},{duration:a,easing:j});$("#gallery").cycle("resume")});$("#antiEmail").html('<a href="mailto:'+$("#antiEmail").html().replace("/","").replace("|","@").replace(":",".")+'?subject=Website Enquiry" class="tooltip" title="Send email">'+$("#antiEmail").html().replace("/","").replace("|","@").replace(":",".")+"</a>")});function hideAddressBar(){window.scrollTo(0,1)}$(window).load(function(){$("#loader").delay(500).fadeOut(5);$(this).remove();setTimeout(hideAddressBar,0)});function titleSwap(){if($("#close").is(":visible")){$("#close").fadeOut(250);$("#titleBar").find("h2").fadeIn(250)}}function titleSwap2(){if(!$("#close").is(":visible")){$("#titleBar").find("h2").fadeOut(250);$("#close").fadeIn(250)}}function onBefore(){$("#titleBar > h2").html(this.alt)}$.fn.cycle.updateActivePagerLink=function(a,b){$(a).find("li").removeClass("currentLi").filter("li:eq("+b+")").addClass("currentLi")};
