function FramesetTest(sourceURL)
{
if (top.frames.length==0) {
//if(document.images) top.location.replace(Address);
  /*else*/ top.location.href=sourceURL;
  }
}

