   if (parent.frames.length > 0)
    {
      parent.location.href = location.href
    }

function rolloverImage(cellName, imageName)
    {
     if(document.images)
       {
        document[cellName].src = imageName;
       }
    }

