menu_on_03 = new Image();
menu_on_03.src = "../img/menu_on_03.gif";
menu_off_03 = new Image();
menu_off_03.src = "../img/menu_off_03.gif";

menu_on_04 = new Image();
menu_on_04.src = "../img/menu_on_04.gif";
menu_off_04 = new Image();
menu_off_04.src = "../img/menu_off_04.gif";

menu_on_05 = new Image();
menu_on_05.src = "../img/menu_on_05.gif";
menu_off_05 = new Image();
menu_off_05.src = "../img/menu_off_05.gif";

menu_on_06 = new Image();
menu_on_06.src = "../img/menu_on_06.gif";
menu_off_06 = new Image();
menu_off_06.src = "../img/menu_off_06.gif";

menu_on_07 = new Image();
menu_on_07.src = "../img/menu_on_07.gif";
menu_off_07 = new Image();
menu_off_07.src = "../img/menu_off_07.gif";

home_on = new Image();
home_on.src = "../img/home_on.gif";
home_off = new Image();
home_off.src = "../img/home_off.gif";

german_on = new Image();
german_on.src = "../img/german_on.gif";
german_off = new Image();
german_off.src = "../img/german_off.gif";

function changeImg (ImgNo,ImgObj)
{
window.document.images[ImgNo].src = ImgObj.src;
}

