function CIDaus(peb) {
 var meb = "";
 switch(peb) {
  case 1:
   meb = "../"
   break;
  case 2:
   meb = "../../";
   break;
  }
 document.write(" <table height=\"19\" width=\"743\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
 document.write("  <tr bgcolor=\"#254D02\" height=\"19\" valign=\"top\">");
 document.write("   <td height=\"19\" width=\"743\">");
 document.write("    <a href=\"../wels-leistungen/leistungen.asp\"><img src=\"" + meb + "buttons/leistungen.gif\" border=\"0\" height=\"19\" width=\"78\"></a><img src=\"" + meb + "buttons/trennlinie.gif\" border=\"0\" height=\"19\" width=\"2\"><a href=\"../wels-jobs/jobs.asp\"><img src=\"" + meb + "buttons/jobs.gif\" border=\"0\" height=\"19\" width=\"39\"></a><img src=\"" + meb + "buttons/trennlinie.gif\" border=\"0\" height=\"19\" width=\"2\"><a href=\"../wels-immobilien/realitaeten.asp\"><img src=\"" + meb + "buttons/realitaeten.gif\" border=\"0\" height=\"19\" width=\"79\"></a><img src=\"" + meb + "buttons/trennlinie.gif\" border=\"0\" height=\"19\" width=\"2\"></td></tr></table>");
 document.write("<img src=\"" + meb + "buttons/trennlinie.gif\" width=\"2\" height=\"2\"><br>");
 }