﻿function tmOnMouseOver(src)
{
src.style.cursor='hand';
src.style.backgroundColor='#888888';
src.style.backgroundImage='url(images/over.gif)';
src.style.backgroundRepeat='repeat-x';

}

function onMouseOverCategories(src)
{

src.style.backgroundColor='white';
src.style.cursor='hand';
src.style.textDecoration='none';

}

