﻿function openFinancement() {
    $.fancybox({
        'type' : 'inline',
        'href' : 'financement.htm'
    });
    return false;
}

function openPhone() {
    $.fancybox({
        'type': 'inline',
        'href': 'telephone.htm'    
        });
    return false;
}

function openMention() {
    $.fancybox({
        'type': 'inline',
        'href': 'mentions-legales.htm',
        'autoDimensions': false,
        'height' : '500',
        'width' : '500'
    });
    return false;
}
