function hover(obj, state)
{
  if (state)
    obj.src = eval(obj.name + 'x.src')
  else
    obj.src = eval(obj.name + '.src')
}


