function Frames_erzeugen(Frame1,Frame2)
  {
   if(top.frames.length==0)
     {
      document.write(
        '<frameset border="0" frameborder="0" rows="146,*">',
          '<frame src="Dummy.html" Name=Head scrolling="no" marginheight="0" marginwidth="0">',
          '<frame src="Dummy.html" Name=Main marginheight="0" marginwidth="0">',
        '</frameset>');
      parent.Head.location.replace(Frame1);
      parent.Main.location.replace(Frame2);
     }
   status='Choose a link!';
  }  


function Ueberschrift(Text1,URL1,ButtonName)
  {
   document.write(
      '<table BORDER=0 CELLSPACING="0" CELLPADDING="0" height=20 width="285">',
        '<tr>',
          '<td width=10>',
            '<img src="../Data/Background/Blue_Grey_Circle_left.gif" height=20 width=10 align=left hspace=0 vspace=0 border=0>',
          '</td>',
          '<td class="klein" background="../Data/Background/Blue_Grey_Background.gif" bgcolor="#8484FF" width="266">');
   if(URL1!='')
           {        
            document.write('<A href="',URL1,'" target=Main onmouseover="',ButtonName,'.src=Hand_ButtonActive.src; status=&#39;',Text1,'&#39;; return true;" onmouseout="',ButtonName,'.src=Hand_Button.src; status=&#39;Choose a link!&#39;; return true;"><img src="../Data/Buttons/R_HAND.GIF" name="',ButtonName,'"alt="',Text1,'" height=14 width=31 hspace=0 align=right border=0></a>');
           } 
   document.write(Text1,
          '</td>',
          '<td width=9>',
            '<img src="../Data/Background/Blue_Grey_Circle_right.gif" height=20 width=9 align=right hspace=0 vspace=0 border=0>',
          '</td>',
        '</tr>',
      '</table>  ');
  }


function BackLink_Erlaeuterung()
  {
   document.write(
      '<td class="klein" colspan=2 align=center>',
        '<img src="../Data/Background/Line.gif" height=7 width=500 vspace=20><br>',
        '<A href="Erlaeuterung.html" Target=Erlaeuterung class="klein" onmouseover="status=&#39;Back to &quot;General Informations&quot;&#39;; return true;"',
          'onmouseout="status=&#39;Choose a link!&#39;; return true;">Back to &quot;General Informations&quot;</A>',
      '</td>');  }
