function CIDkb(peb) {
 var meb = "", mebw = "";
 switch(peb) {
  case 1:
   meb = "../"
   break;
  case 2:
   mebw = "../../";
   break;
  }
 document.write(" <table width=\"743\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
 document.write("  <tr>");
 document.write("   <td width=\"743\" bgcolor=\"#2D5D02\"><a href=\"" + mebw + "index.htm\"><img src=\"" + meb + "buttons/kunstundkultur.gif\" border=\"0\"><img src=\"" + meb + "buttons/trennlinie.gif\" border=\"0\"></a><a href=\"" + mebw + "kulturvaraeume.htm\"><img src=\"" + meb + "buttons/kulturelleinfrastuktur.gif\" border=\"0\"></a><img src=\"" + meb + "buttons/trennlinie.gif\"><a href=\"" + mebw + "schulen.htm\"><img src=\"" + meb + "buttons/bildung.gif\" border=\"0\"></a><img src=\"" + meb + "buttons/trennlinie.gif\"><a href=\"" + mebw + "pfarren.htm\"><img src=\"" + meb + "buttons/religionsgemeinschaften.gif\" border=\"0\"></a><img src=\"" + meb + "buttons/trennlinie.gif\"></td>");
 document.write("   </tr>");
 document.write("  </table>");
 document.write(" <img src=\"" + meb + "buttons/trennlinie.gif\" width=\"2\" height=\"3\"><br>");
 }