function mov1() { document.getElementById("n1").src ="img/team_on.png"; } function mou1() { document.getElementById("n1").src ="img/team_off.png"; } function mov2() { document.getElementById("n2").src ="img/gameday_on.png"; } function mou2() { document.getElementById("n2").src ="img/gameday_off.png"; } function mov3() { document.getElementById("n3").src ="img/media_on.png"; } function mou3() { document.getElementById("n3").src ="img/media_off.png"; } function mov4() { document.getElementById("n4").src ="img/archiv_on.png"; } function mou4() { document.getElementById("n4").src ="img/archiv_off.png"; } function mov5() { document.getElementById("n5").src ="img/links_on.png"; } function mou5() { document.getElementById("n5").src ="img/links_off.png"; } function mov6() { document.getElementById("n6").src ="img/forum_on.png"; } function mou6() { document.getElementById("n6").src ="img/forum_off.png"; } function mov7() { document.getElementById("n7").src ="img/stats_on.png"; } function mou7() { document.getElementById("n7").src ="img/stats_off.png"; } function mov8() { document.getElementById("n8").src ="img/partner_on.png"; } function mou8() { document.getElementById("n8").src ="img/partner_off.png"; }