﻿// JScript File

function outNederlands(obj)
{
    obj.src='images/home-nederlands.gif';
}

function overNederlands(obj)
{
    obj.src='images/home-nederlands-over.gif';
}

function outFrancais(obj)
{
    obj.src='images/home-francais.gif';
}

function overFrancais(obj)
{
    obj.src='images/home-francais-over.gif';
}
