﻿function currentPageNavSelect(elid) {
    a = document.getElementById(elid);
    
    a.style.backgroundColor = "#ffffff";
    //a.style.color = "#b5d673";
    a.style.color = "#000000";

}
