function header()
  {
   document.write("<font size=1>\n<center><a href='home.htm'>[Home]</a>\n<a href='wasistki.htm'>[Was ist...]</a>\n<a href='themen.htm'>[Themen]</a>\n<a href='texte.htm'>[Texte]</a>\n<a href='download.htm'>[Download]</a>\n<a href='links.htm'>[Links]</a>\n<a href='kontakt.htm'>[Kontakt]</a></center>\n</font>\n");
  }

function footer()
  {
   lastmod = new Date(document.lastModified);
   tg = lastmod.getDate();
   mon = lastmod.getMonth()+1;
   jahr = lastmod.getYear();
   std = lastmod.getHours();
   min = lastmod.getMinutes();
   if(jahr < 200) jahr+=1900;
   if(jahr < 1999) jahr+=100;
   var tag = ((tg < 10) ? "0" + tg : tg);
   var monat = ((mon < 10) ? "0" + mon : mon);
   var stunde  = ((std < 10) ? "0" + std : std);
   var minute  = ((min < 10) ? "0" + min : min);
   header();
   document.write("<font size=1>\n<hr size=1 noshade width=100%>\n");
/*   document.write("<center>Nur eine Seite aus <a href='http://www.kritische-informatik.de'>http://www.kritische-informatik.de</a>\n");*/
   document.write("<center>Quelle: <a href='" + document.URL + "'>" + document.URL + "</a>\n");
   document.write("<br>Ich bin an Deiner Meinung interessiert, schreib' mir: \n<a href='&#109;&#097;&#105;&#108;&#116;&#111;&#058;%20%73&#116;%65&#102;a%6e%2e&#109;e%72%65&#116;&#122;%40%6b&#114;%69&#116;i%73c%68%65%2d%69&#110;%66o%72&#109;%61t%69%6b.%64e'>&#115;&#116;&#101;&#102;&#097;&#110;&#046;&#109;&#101;&#114;&#101;&#116;&#122;&#064;&#107;&#114;&#105;&#116;&#105;&#115;&#099;&#104;&#101;&#045;&#105;&#110;&#102;&#111;&#114;&#109;&#097;&#116;&#105;&#107;&#046;&#100;&#101;</a>\n");
   document.write("<br><i>(Last Update: " + tag + "." + monat + "." + jahr + ", " + stunde + ":" + minute + ")</i></center>\n</font>");
  }

function sw()
  {
   document.write("<a href='subjswl.htm'>[Inhalt]</a> ");
   document.write("<a href='subjswl0.htm'>[Einstieg]</a> ");
   document.write("<a href='subjswl1.htm'>[Kap. 1]</a> ");
   document.write("<a href='subjswl2.htm'>[Kap. 2]</a> ");
   document.write("<a href='subjswl3.htm'>[Kap. 3]</a> ");
   document.write("<a href='subjswl4.htm'>[Kap. 4]</a> ");
   document.write("<a href='subjswl5.htm'>[Kap. 5]</a> ");
   document.write("<a href='subjswl6.htm'>[Ausstieg]</a> ");
   document.write("<a href='subjswl6.htm#lit'>[Literatur]</a>");
  }

function headersw()
  {
   document.write("<br><hr size=1 noshade width=100%>");
   document.write("<font size=2><center>Jens Himmelreich: Eine subjektwissenschaftliche Betrachtung der Software-Entwicklung<br>");
   sw();
   document.write("</center></font><hr size=1 noshade width=100%>");
  }

function footersw()
  {
   document.write("<font size=2><center>");
   sw();
   document.write("</center></font><br><hr size=1 noshade width=100%>");
  }

