function loadframeset()
  {
  if(!top.frames.length>0)
     {
     window.location="../index.htm";
     }
  return;
  }