document.write("<title>Susanne Krause - Heilpraktikerin</title>") ;
document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />") ;

Normal1 = new Image();
Normal1.src = "images/sta_p.jpg";     /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "images/sta_a.jpg"; /* erste Highlight-Grafik */

Normal2 = new Image();
Normal2.src = "images/per_p.jpg";     /* zweite Standard-Grafik */
Highlight2 = new Image();
Highlight2.src = "images/per_a.jpg"; /* zweite Highlight-Grafik */

Normal3 = new Image();
Normal3.src = "images/kon_p.jpg";     /* dritte Standard-Grafik */
Highlight3 = new Image();
Highlight3.src = "images/kon_a.jpg"; /* dritte Highlight-Grafik */

Normal4 = new Image();
Normal4.src = "images/akt_p.jpg";     /* dritte Standard-Grafik */
Highlight4 = new Image();
Highlight4.src = "images/akt_a.jpg"; /* dritte Highlight-Grafik */

Normal5 = new Image();
Normal5.src = "images/imp_p.jpg";     /* dritte Standard-Grafik */
Highlight5 = new Image();
Highlight5.src = "images/imp_a.jpg"; /* dritte Highlight-Grafik */

Normal6 = new Image();
Normal6.src = "images/lnk_p.jpg";     /* dritte Standard-Grafik */
Highlight6 = new Image();
Highlight6.src = "images/lnk_a.jpg"; /* dritte Highlight-Grafik */


function Bildwechsel (Bildnr, Bildobjekt)
{
  window.document.images[Bildnr].src = Bildobjekt.src;
}

function BuildMenue ()
{
         document.write("<div align=\"center\">");

         document.write("<a href=\"./index.html\" ");
         document.write("onmouseover=\"Bildwechsel(1, Highlight1)\"   ");
         document.write("onmouseout=\"Bildwechsel(1, Normal1)\"><img src=\"images/sta_p.jpg\"  ");
         document.write("width=\"105\" height=\"23\" border=\"0\" alt=\"Home\"></a><br><br>    ");

         document.write("<a href=\"./person.html\"     ");
         document.write("onmouseover=\"Bildwechsel(2, Highlight2)\"     ");
         document.write("onmouseout=\"Bildwechsel(2, Normal2)\"><img src=\"images/per_p.jpg\" ");
         document.write("width=\"105\" height=\"23\" border=\"0\" alt=\"Helferlein\"></a><br><br> ");

         document.write("<a href=\"./kontakt.html\"  ");
         document.write("onmouseover=\"Bildwechsel(3, Highlight3)\" ");
         document.write("onmouseout=\"Bildwechsel(3, Normal3)\"><img src=\"images/kon_p.jpg\" ");
         document.write("width=\"105\" height=\"23\" border=\"0\" alt=\"Layouts\"></a><br><br> ");

         document.write("<a href=\"./termine.html\"   ");
         document.write("onmouseover=\"Bildwechsel(4, Highlight4)\"  ");
         document.write("onmouseout=\"Bildwechsel(4, Normal4)\"><img src=\"images/akt_p.jpg\"  ");
         document.write("width=\"105\" height=\"23\" border=\"0\" alt=\"Layouts\"></a><br><br> ");

         document.write("<a href=\"./impressum.html\"   ");
         document.write("onmouseover=\"Bildwechsel(5, Highlight5)\" ");
         document.write("onmouseout=\"Bildwechsel(5, Normal5)\"><img src=\"images/imp_p.jpg\" ");
         document.write("width=\"105\" height=\"23\" border=\"0\" alt=\"Layouts\"></a><br><br> ");

         document.write("<a href=\"./links.html\"   ");
         document.write("onmouseover=\"Bildwechsel(6, Highlight6)\" ");
         document.write("onmouseout=\"Bildwechsel(6, Normal6)\"><img src=\"images/lnk_p.jpg\" ");
         document.write("width=\"105\" height=\"23\" border=\"0\" alt=\"Layouts\"></a><br><br><br><br><br><br><br> ");

         document.write("<p><a href=\"http://www.bdh-online.de/\" target=\"_blank\">Mitglied im Bund<br>Deutscher Heilpraktiker e.V.</a></p>");

}
