﻿function swapElements(show, hide){
    show.style.display = 'block';
    hide.style.display = 'none';
}