function rollOver(iName, iState)
{
  if (document.images)
    document.images[iName].src =self[iName+'-'+iState].src;
}
