// © 2000-2009 by Wolfgangster, www.wolfgangster.de

function checktopframe()
{ if(top.frames.length > 0) top.location.href=self.location; }

function checkframe()
{ if(top.frames.length == 0) top.location.href = "index.htm"; }

function position()
{ window.moveTo(-4,-4);
  window.resizeTo(screen.availWidth+8,screen.availHeight+8); }

function ZweiFrames(URL1,F1,URL2,F2)
{ parent.frames[F1].location.href=URL1;
  parent.frames[F2].location.href=URL2;
// Aufruf über: <a href="javascript:ZweiFrames('seite1.htm',1,'seite2.htm',2)"><b>Linktext</b></a><br>
}

function browserinfo()
{ var ref = "???";
  if(parent.document.referrer != "") ref = parent.document.referrer
  else ref = "WOLFGANGSTERs Homepage";
  var aktuell = "Achtung: \t\tDies ist NICHT die aktuellste Version :-(\n";
  bversion = navigator.appVersion;
  if(navigator.appName.indexOf("Microsoft Internet Explorer") != -1) {
    bsubversion =  bversion.split("; ");
    bsubsubversion = bsubversion[1].split(" ");
    bversion = bsubsubversion[1];
    if(bversion == "8.0") aktuell = "Glückwunsch: \tDies ist eine aktuelle Version ;-)\n"};
  if(navigator.appName.indexOf("Netscape") != -1) {
    bsubversion =  bversion.split(" ");
    bversion = bsubversion[0];
    if(bversion == "5.0") aktuell = "Hinweis: \taktuelle Version, aber Netscape :-(\n"};
  alert("Diese Seiten sind für eine Auflösung von 1024*768 Punkte" + "\n" + 
  "und den Microsoft Internet Explorer 5+ optimiert." + "\n" + "\n" +
  "Ihre Auflösung: " + "\t" + screen.width + "*" + screen.height + " Punkte" + "\n" +
  "davon verfügbar: " + "\t" + screen.availWidth + "*" + screen.availHeight + " Punkte" + "\n" + "\n" +
  "Sie benutzen: " + "\t" + navigator.appName + " " + bversion + "\n" + aktuell + "\n" +
  "und kommen auf diese Seite von:" + "\n" + ref + "\n" + "\n" +
  "© 1998-2009 Wolfgang Franz, www.wolfgangster.de"); }

function mailprint(PFix,Domain,MailText)
{ if(PFix == "") PFix = "info";
  if(Domain == "") Domain = "wolfgangster";
  if(MailText == "") MailText = 'eMail: ' + PFix + '&#64;' + Domain + '&#46;&#100;&#101;';
  document.write('<a href=\"mailto:' + PFix + '&#64;' + Domain + '&#46;&#100;&#101;\">');
  document.write(MailText + '</a>');
}

function fragezeichen()
{ var fz = top.location.href.toLowerCase();
  if(fz.indexOf('?') != -1) {
   if (fz.indexOf('?beatles') != -1) parent.frames[1].location.href='klaenge.htm';
   if (fz.indexOf('?bild') != -1) parent.frames[1].location.href='bilder.htm';
   if (fz.indexOf('?bowie') != -1) parent.frames[1].location.href='klaenge.htm';
   if (fz.indexOf('?catan') != -1) parent.frames[1].location.href='siedler.htm';
   if (fz.indexOf('?computer') != -1) parent.frames[1].location.href='computer.htm';
   if (fz.indexOf('?dvd') != -1) parent.frames[1].location.href='dvd.htm';
   if (fz.indexOf('?email') != -1) parent.frames[1].location.href='mailform.htm';
   if (fz.indexOf('?fussball') != -1) parent.frames[1].location.href='fussball.htm';
   if (fz.indexOf('?fußball') != -1) parent.frames[1].location.href='fussball.htm';
   if (fz.indexOf('?guest') != -1) parent.frames[1].location.href='guestbook.htm';
   if (fz.indexOf('?home') != -1) parent.frames[1].location.href='start.htm';
   if (fz.indexOf('?info') != -1) parent.frames[1].location.href='informationen.htm';
   if (fz.indexOf('?klaenge') != -1) parent.frames[1].location.href='klaenge.htm';
   if (fz.indexOf('?kontakt') != -1) parent.frames[1].location.href='kontakt.htm';
   if (fz.indexOf('?laufen') != -1) parent.frames[1].location.href='laufen.htm';
   if (fz.indexOf('?link') != -1) parent.frames[1].location.href='links.htm';
   if (fz.indexOf('?marathon') != -1) parent.frames[1].location.href='marathon.htm';
   if (fz.indexOf('?mail') != -1) parent.frames[1].location.href='mailform.htm';
   if (fz.indexOf('?md') != -1) parent.frames[1].location.href='minidisc.htm';
   if (fz.indexOf('?midi') != -1) parent.frames[1].location.href='klaenge.htm';
   if (fz.indexOf('?minidisc') != -1) parent.frames[1].location.href='minidisc.htm';
   if (fz.indexOf('?nachrichten') != -1) parent.frames[1].location.href='nachrichten.htm';
   if (fz.indexOf('?news') != -1) parent.frames[1].location.href='nachrichten.htm';
   if (fz.indexOf('?palm') != -1) parent.frames[1].location.href='../palm/index.htm';
   if (fz.indexOf('?palmlink') != -1) parent.frames[1].location.href='../palm/palmlinks.htm';
   if (fz.indexOf('?palmberater') != -1) parent.frames[1].location.href='../palm/berater/index.htm';
   if (fz.indexOf('?record') != -1) parent.frames[1].location.href='../records/wrecords.htm';
   if (fz.indexOf('?siedler') != -1) parent.frames[1].location.href='siedler.htm';
   if (fz.indexOf('?sound') != -1) parent.frames[1].location.href='klaenge.htm';
   if (fz.indexOf('?start') != -1) parent.frames[1].location.href='start.htm';
   if (fz.indexOf('?web') != -1) document.location.href='http://www.wfwd.de';
   if (fz.indexOf('?wfwd') != -1) document.location.href='http://www.wfwd.de';
  };
}

function checkbrowser()
{ if ((screen.width < 800) || (screen.height < 600)) browserinfo(); }

function checkall()
{ checktopframe();
  checkbrowser();
  position (); }
