// Icon animation for HTML files in the server root
// Preload navigation bar icons and define functions that change the icon's source
// Functions are used as event handlers so icons change color when touched by mouse pointer

lang_en0 = new Image();
lang_en0.src = "graphics/en0.png";
lang_en1 = new Image();
lang_en1.src = "graphics/en1.png";

lang_de0 = new Image();
lang_de0.src = "graphics/de0.png";
lang_de1 = new Image();
lang_de1.src = "graphics/de1.png";

// lang_fr0 = new Image();
// lang_fr0.src = "graphics/fr0.png";
// lang_fr1 = new Image();
// lang_fr1.src = "graphics/fr1.png";

// lang_es0 = new Image();
// lang_es0.src = "graphics/es0.png";
// lang_es1 = new Image();
// lang_es1.src = "graphics/es1.png";

// home0 = new Image();
// home0.src = "graphics/home0.png";
// home1 = new Image();
// home1.src = "graphics/home1.png";

// news0 = new Image();
// news0.src = "graphics/news0.png";
// news1 = new Image();
// news1.src = "graphics/news1.png";

gallery0 = new Image();
gallery0.src = "graphics/gallery0.png";
gallery1 = new Image();
gallery1.src = "graphics/gallery1.png";

texts0 = new Image();
texts0.src = "graphics/texts0.png";
texts1 = new Image();
texts1.src = "graphics/texts1.png";

// softwar0 = new Image();
// softwar0.src = "graphics/softwar0.png";
// softwar1 = new Image();
// softwar1.src = "graphics/softwar1.png";

sounds0 = new Image();
sounds0.src = "graphics/sounds0.png";
sounds1 = new Image();
sounds1.src = "graphics/sounds1.png";

links0 = new Image();
links0.src = "graphics/links0.png";
links1 = new Image();
links1.src = "graphics/links1.png";

about0 = new Image();
about0.src = "graphics/about0.png";
about1 = new Image();
about1.src = "graphics/about1.png";

// search0 = new Image();
// search0.src = "graphics/search0.png";
// search1 = new Image();
// search1.src = "graphics/search1.png";

// contact0 = new Image();
// contact0.src = "graphics/contact0.png";
// contact1 = new Image();
// contact1.src = "graphics/contact1.png";

sitemap0 = new Image();
sitemap0.src = "graphics/sitemap0.png";
sitemap1 = new Image();
sitemap1.src = "graphics/sitemap1.png";
