function hoverRow(element, color, color2)
{
  if (color == '' || typeof(element.style) == 'undefined') return;
  element.style.backgroundColor = color2;
  element.style.color = color;
}

function init()
{
  if (top != self) top.location.href = self.location.href;
}
