 function CheckFrames(pageName)
{
   if (parent.frames.length == 0)
      window.location = pageName
}
