function SetLogoImg(strImgID)
{
    document.getElementById("logoImg").src = "images/clients/" + strImgID + ".gif";
}
