
function tab_on(obj)
{
    obj.style.color='#ffffff';
    obj.style.background='url("skin/tab-bg-hover.jpg") no-repeat ';
    obj.style.cursor='pointer';
}
function tab_off(obj)
{
    obj.style.color='#ffffff';
    obj.style.background='url("skin/tab-bg.jpg") no-repeat ';
}

function groups_on(obj)
{
    obj.style.color='#ffffff';
    obj.style.background='url("skin/but 1.jpg") ';
    obj.style.cursor='pointer';
}
function groups_off(obj)
{
    obj.style.color='#333333';
    obj.style.background='url("skin/link-bg.gif") ';
}
function search_on(obj)
{
    obj.style.color='#ffffff';
    obj.style.background='url("skin/but 2 hover.jpg") ';
    obj.style.cursor='pointer';
}
function search_off(obj)
{
    obj.style.color='#ffffff';
    obj.style.background='url("skin/but 1.jpg") ';
}
function basket_on(obj)
{
    obj.style.color='#ffffff';
    obj.style.background='url("skin/but 1 hover.jpg") ';
    obj.style.cursor='pointer';
}
function basket_off(obj)
{
    obj.style.color='#ffffff';
    obj.style.background='url("skin/but 1.jpg") ';
}

