
img01 = new Image();
img01.src = "assets/images/home_on_dance.jpg";

img02 = new Image();
img02.src = "assets/images/home_on_music.jpg";

img03 = new Image();
img03.src = "assets/images/home_on_km.jpg";

img04 = new Image();
img04.src = "assets/images/home_on_teams.jpg";



img06 = new Image();
img06.src = "assets/images/home_on_calendar.gif";

img07 = new Image();
img07.src = "assets/images/home_on_director.gif";

img08 = new Image();
img08.src = "assets/images/home_on_tutu.gif";

img09 = new Image();
img09.src = "assets/images/home_on_photo.gif";

img10 = new Image();
img10.src = "assets/images/home_on_contact.gif";



function swapImg(vID, vSrc) {
    document.getElementById(vID).src = vSrc;
}