function switchLink(link, imageFile)
{
    link.setAttribute('src', imageFile);
}
