﻿        function swaponhome() {
            document.img1.src = "img/Home2.jpg";
        }
        function swapoffhome() {
            document.img1.src = "img/Home.jpg";
        }
        function swaponAU() {
            document.img2.src = "img/AboutUs2.jpg";
        }
        function swapoffAU() {
            document.img2.src = "img/AboutUs.jpg";
        }
        function swaponCal() {
            document.img3.src = "img/Calendar2.jpg";
        }
        function swapoffCal() {
            document.img3.src = "img/Calendar.jpg";
        }
        function swaponFR() {
            document.img4.src = "img/Fundraisers2.jpg";
        }
        function swapoffFR() {
            document.img4.src = "img/Fundraisers.jpg";
        }
        function swaponOfficer() {
            document.img5.src = "img/Officers2.jpg";
        }
        function swapoffOfficer() {
            document.img5.src = "img/Officers.jpg";
        }
        function swaponPG() {
            document.img6.src = "img/PhotoGallery2.jpg";
        }
        function swapoffPG() {
            document.img6.src = "img/PhotoGallery.jpg";
        }
        function swaponMM() {
            document.img7.src = "img/Multimedia2.jpg";
        }
        function swapoffMM() {
            document.img7.src = "img/Multimedia.jpg";
        }
        function swaponForms() {
            document.img8.src = "img/Forms2.jpg";
        }
        function swapoffForms() {
            document.img8.src = "img/Forms.jpg";
        }


