if (document.images)
{
    english_hot = new Image();
    english_hot.src = "/template/images/english_hot.gif";
    english_cold = new Image();
    english_cold.src = "/template/images/english_cold.gif";
    german_hot = new Image();
    german_hot.src = "/template/images/german_hot.gif";
    german_cold = new Image();
    german_cold.src = "/template/images/german_cold.gif";
    french_hot = new Image();
    french_hot.src = "/template/images/french_hot.gif";
    french_cold = new Image();
    french_cold.src = "/template/images/french_cold.gif";
    italian_hot = new Image();
    italian_hot.src = "/template/images/italian_hot.gif";
    italian_cold = new Image();
    italian_cold.src = "/template/images/italian_cold.gif";
    spanish_hot = new Image();
    spanish_hot.src = "/template/images/spanish_hot.gif";
    spanish_cold = new Image();
    spanish_cold.src = "/template/images/spanish_cold.gif";
    dutch_hot = new Image();
    dutch_hot.src = "/template/images/dutch_hot.gif";
    dutch_cold = new Image();
    dutch_cold.src = "/template/images/dutch_cold.gif";
}

function Display(i, imageName)
{
    if (document.images)
        document.images[i].src = imageName;
}
