// Fichier source: http://www.dylandanielou.ch/js/functions.js

$(document).ready(function(){font.setup();if(!font.isInstalled("Helvetica Neue")&&!font.isInstalled("Helvetica")){$("html").addClass("no-helvetica")}if(!font.isInstalled("Baskerville")){$("html").addClass("no-baskerville")}$("a[href=#portfolio]").eq(0).smoothScroll(150);$("a[href=#portfolio]").eq(1).smoothScroll(150);$("a[href=#portfolio]").eq(2).smoothScroll(550);$("a[href=#photos]").smoothScroll(450);$("a[href=#contact]").smoothScroll(550);$(".page-top a").smoothScroll(350);$(".page-top a").hover(function(){$(this).append('<span class="page-top-tooltip">&nbsp;Haut de la page</span>')},function(){$(this).find(".page-top-tooltip").fadeOut(80,function(){$(this).remove()})});$("#goto-form").click(function(b){b.preventDefault();$("html,body").animate({scrollTop:$("#contact-form").offset().top},150,"easeInOutExpo",function(){$("#contact-message").focus()})});$("#nav li").each(function(){$(this).append('<img class="down-arrow" src="img/down-arrow.png" />')});$("#nav").delegate("li","mouseover mouseout",function(b){$downArrow=$(this).find("img");b.type=="mouseover"?$downArrow.show():$downArrow.hide()});var a=$("#portfolio ul li li a:has(img)");a.each(function(){$(this).css({position:"relative",display:"block",height:$(this).find("img").outerHeight()});$('<div class="tooltip"><img width="25" height="25" src="img/ext.png" alt="Visiter le site&hellip;" /></div>').appendTo($(this)).hide()});a.hover(function(b){$(this).find(".tooltip").fadeIn(20)},function(b){$(this).find(".tooltip").fadeOut(80)});$(".required").verify();$("#contact-form").find(".notValidated").each(function(){if($(this).val().length==0){$("#contact-form input[type=submit]").attr("disabled","disabled").addClass("submit-disabled")}});$("#contact-form").submit(function(f){f.preventDefault();var b=$("#contact-form").outerHeight(),d=$("#contact-form").attr("action"),c={"contact-message":$("#contact-message").val(),"contact-nom":$("#contact-nom").val(),"contact-courriel":$("#contact-courriel").val()};$('<div id="contact-merci">').insertAfter("#contact-form");$("#contact-form").remove();$("#contact-merci").css({"margin-bottom":24,"margin-top":48,height:b,"background-position":"center center","background-image":"url(img/contact-loading.gif)","background-repeat":"no-repeat"});$("#contact-merci").load("contact.php",c,function(e){$(this).css({background:"none","margin-top":120,"margin-bottom":120,height:b-168});$(this).val(e)})});$("#photos dl a").lightBox(function(){if(!font.isInstalled("Helvetica Neue")&&!font.isInstalled("Helvetica")){$("#lightbox-title").css("letter-spacing","-1px")}})});
