function query_frame() {
return confirm('Sie sind auf einer Unterseite der MyFriend Homepage gelandet,\ndie eigentlich zu einem Frameset gehoert.\n\nWollen Sie zur Hauptseite von myfriend.de wechseln? (empfohlen)');}
function pageframe(PageHeader,PageContent) {
if ((!parent.Banner) || (!parent.Inhalt)) {
  frameCheck=query_frame();
  if(frameCheck) {location.href="index.htm?" + location.pathname;}} else {
  if ((PageHeader !="0") && (parent.Banner.location.href.lastIndexOf(PageHeader) == -1)){parent.Banner.location.hRef=PageHeader;}
  if ((PageContent!="0")&&(parent.Inhalt.location.href.lastIndexOf(PageContent)) ==-1){parent.Inhalt.location.href=PageContent;}}}
function show_structogram(p,w,h){window.open(p,"popup","toolbar=no,Width="+w+",Height="+h+",location=0,directories=0,menubar=no,scrollbars=no,resizable=no,copyhistory=1,target=_hidden" );}

