//  window.parent.frames["top_frame"].location.reload();
	txt=window.parent.frames["main_frame"].document.URL;
	i=txt.lastIndexOf("\\bbc2\\");
	if (i==-1) i=txt.lastIndexOf("/bbc2/");
	if (i!=-1) {
         txt=txt.substr(i+5);
	   i=txt.lastIndexOf(".htm");
	   txt=txt.substr(1,i-1);
	   txt=txt.toUpperCase();
      }
      else{
         txt="BBC2 web site";
      }
	i=txt.lastIndexOf("\\");
	if (i==-1) i=txt.lastIndexOf("/");
	txt="<H1>"+txt+"</H1>";
      
  window.parent.frames["top_frame"].document.open();
  window.parent.frames["top_frame"].document.write("<html><head><title>BBC2 TOP PAGE</title>");
  if (i==-1){
  window.parent.frames["top_frame"].document.write("<link rel=\"STYLESHEET\" href=\"scripts/style.css\" type=\"text/css\"></head><body background=\"images/top.jpg\">");
  }
  else{
  window.parent.frames["top_frame"].document.write("<link rel=\"STYLESHEET\" href=\"../scripts/style.css\" type=\"text/css\"></head><body background=\"../images/top.jpg\">");
  }  window.parent.frames["top_frame"].document.write("<table width=\"100%\" border=\"0\" ><tr border=\"0\" margin=\"0\" spacing=\"0\"><td>");
  window.parent.frames["top_frame"].document.write(txt);
  window.parent.frames["top_frame"].document.write("</td></tr></table></body></html>");
  window.parent.frames["top_frame"].document.close();
