﻿// JScript File

function getTitre(val)
{
    document.getElementById("IMG").src = "/images/titre/"+val+".jpg";
}

