if( top.frames.length == 0 ){
  myDoc = location.pathname;
  top.location.href = "/frames.html?" + myDoc
}
