﻿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': '300'
    });
    return false;
}

function favoris() {
    if (navigator.appName != 'Microsoft Internet Explorer')
    { window.sidebar.addPanel("Agence Transax Immobilier", "http://www.agencetransax.com", ""); }
    else { window.external.AddFavorite("http://www.agencetransax.com", "Agence Transax Immobilier"); }
} 
