function select(obj)
{
  obj.style.backgroundImage = "url(/design/images/marker/hist.gif);";
}

function unselect(obj)
{
  obj.style.backgroundImage = 'none';
}
