﻿function tabSelectStyle(item)
{
    item.style.color = 'black';
}

function tabUnSelectStyle(item)
{
    item.style.color = 'white';
}



