            a= new Image(); a.src="home_off.gif";
            b= new Image(); b.src="officers_off.gif";
            c= new Image(); c.src="membership_off.gif";
            d= new Image(); d.src="upcoming_events_off.gif";
            e= new Image(); e.src="activities_on.gif";
            f= new Image(); f.src="council_activities_off.gif";
            g= new Image(); g.src="officerstn_off.gif";
            h= new Image(); h.src="find_agentn_off.gif";
            i= new Image(); i.src="find_counciltn_off.gif";
            j= new Image(); j.src="supreme_counciltn_off.gif";
            k= new Image(); k.src="state_counciltn_off.gif";



function rollThis(whichPic, whichImage){
    document.images[whichPic].src = whichImage;
}

function rollem(whichSlot,whatImage){
    document.images[whichSlot].src = whatImage;
}

function backUp(whichSlot,whatImage){
    document.images[whichSlot].src = whatImage;
}

