function pageframe(PageHeader,PageContent) {
if ((!parent.Banner) || (!parent.Inhalt)) {
  frameCheck=query_frame();
  if(frameCheck) {location.replace("index.htm?"+location.pathname);}}else{
  if((PageHeader!="0")&&(parent.Banner.location.href.lastIndexOf(PageHeader)==-1)){parent.Banner.location.replace(PageHeader);}
  if((PageContent!="0")&&(parent.Inhalt.location.href.lastIndexOf(PageContent)==-1)){parent.Inhalt.location.replace(PageContent);}
}}

