navipfeil_re_n = new Image();
navipfeil_re_n.src = hierarchietiefe + "alle/pics/navipfeil_re_n.gif";
navipfeil_re_r = new Image();
navipfeil_re_r.src = hierarchietiefe + "alle/pics/navipfeil_re_r.gif";

pfeil_rauf_n = new Image();
pfeil_rauf_n.src = hierarchietiefe + "alle/pics/pfeil_rauf_n.gif";
pfeil_rauf_r = new Image();
pfeil_rauf_r.src = hierarchietiefe + "alle/pics/pfeil_rauf_r.gif";


function image_changer(tag_id,new_image)
 {
 document.images[tag_id].src = new_image.src;
 }


function navi_marker(tag_id, onoff)
 {
 if (document.getElementById)
  {
  if (onoff == "on")
   {

   document.getElementById("navi_td1_" + tag_id).style.backgroundColor = "#BFD1E0";
   document.getElementById("navi_td2_" + tag_id).style.backgroundColor = "#BFD1E0";
   document.getElementById("navi_td3_" + tag_id).style.backgroundColor = "#BFD1E0";
   document.getElementById("navi_a_" + tag_id).style.color = "#000033";
   }
  if (onoff == "off")
   {
   document.getElementById("navi_td1_" + tag_id).style.backgroundColor = "#0366AC";
   document.getElementById("navi_td2_" + tag_id).style.backgroundColor = "#0366AC";
   document.getElementById("navi_td3_" + tag_id).style.backgroundColor = "#0366AC";
   document.getElementById("navi_a_" + tag_id).style.color = "#FFFFFF";
   }
  }
 else
  {
  if (document.all)
   {
   if (onoff == "on")
    {
    document.all["navi_td1_" + tag_id].style.backgroundColor = "#BFD1E0";
    document.all["navi_td2_" + tag_id].style.backgroundColor = "#BFD1E0";
    document.all["navi_td3_" + tag_id].style.backgroundColor = "#BFD1E0";
    document.all["navi_a_" + tag_id].style.color = "#000033";
    }
   if (onoff == "off")
    {
    document.all["navi_td1_" + tag_id].style.backgroundColor = "#0366AC";
    document.all["navi_td2_" + tag_id].style.backgroundColor = "#0366AC";
    document.all["navi_td3_" + tag_id].style.backgroundColor = "#0366AC";
    document.all["navi_a_" + tag_id].style.color = "#FFFFFF";
    }
   }
  }
 }


function subnavi_marker(tag_id, onoff)
 {
 if (document.getElementById)
  {
  if (onoff == "on")
   {
   document.getElementById("subnavi_td_eins_" + tag_id).style.backgroundColor = "#BFD1E0";
   document.getElementById("subnavi_td_zwei_" + tag_id).style.backgroundColor = "#BFD1E0";
   document.getElementById("subnavi_td_drei_" + tag_id).style.backgroundColor = "#BFD1E0";
   document.getElementById("subnavi_a_" + tag_id).style.color = "#000033";
   }
  if (onoff == "off")
   {
   document.getElementById("subnavi_td_eins_" + tag_id).style.backgroundColor = "#0366AC";
   document.getElementById("subnavi_td_zwei_" + tag_id).style.backgroundColor = "#0366AC";
   document.getElementById("subnavi_td_drei_" + tag_id).style.backgroundColor = "#0366AC";
   document.getElementById("subnavi_a_" + tag_id).style.color = "#FFFFFF";
   }
  }
 else
  {
  if (document.all)
   {
   if (onoff == "on")
    {
    document.all["subnavi_td_eins_" + tag_id].style.backgroundColor = "#BFD1E0";
    document.all["subnavi_td_zwei_" + tag_id].style.backgroundColor = "#BFD1E0";
    document.all["subnavi_td_drei_" + tag_id].style.backgroundColor = "#BFD1E0";
    document.all["subnavi_a_" + tag_id].style.color = "#000033";
    }
   if (onoff == "off")
    {
    document.all["subnavi_td_eins_" + tag_id].style.backgroundColor = "#0366AC";
    document.all["subnavi_td_zwei_" + tag_id].style.backgroundColor = "#0366AC";
    document.all["subnavi_td_drei_" + tag_id].style.backgroundColor = "#0366AC";
    document.all["subnavi_a_" + tag_id].style.color = "#FFFFFF";
    }
   }
  }
 }


function subsubnavi_marker(tag_id, onoff)
 {
 if (document.getElementById)
  {
  if (onoff == "on")
   {
   document.getElementById("subsubnavi_td_eins_" + tag_id).style.backgroundColor = "#BFD1E0";
   document.getElementById("subsubnavi_td_zwei_" + tag_id).style.backgroundColor = "#BFD1E0";
   document.getElementById("subsubnavi_td_drei_" + tag_id).style.backgroundColor = "#BFD1E0";
   document.getElementById("subsubnavi_a_" + tag_id).style.color = "#000033";
   }
  if (onoff == "off")
   {
   document.getElementById("subsubnavi_td_eins_" + tag_id).style.backgroundColor = "#0366AC";
   document.getElementById("subsubnavi_td_zwei_" + tag_id).style.backgroundColor = "#0366AC";
   document.getElementById("subsubnavi_td_drei_" + tag_id).style.backgroundColor = "#0366AC";
   document.getElementById("subsubnavi_a_" + tag_id).style.color = "#FFFFFF";
   }
  }
 else
  {
  if (document.all)
   {
   if (onoff == "on")
    {
    document.all["subsubnavi_td_eins_" + tag_id].style.backgroundColor = "#BFD1E0";
    document.all["subsubnavi_td_zwei_" + tag_id].style.backgroundColor = "#BFD1E0";
    document.all["subsubnavi_td_drei_" + tag_id].style.backgroundColor = "#BFD1E0";
    document.all["subsubnavi_a_" + tag_id].style.color = "#000033";
    }
   if (onoff == "off")
    {
    document.all["subsubnavi_td_eins_" + tag_id].style.backgroundColor = "#0366AC";
    document.all["subsubnavi_td_zwei_" + tag_id].style.backgroundColor = "#0366AC";
    document.all["subsubnavi_td_drei_" + tag_id].style.backgroundColor = "#0366AC";
    document.all["subsubnavi_a_" + tag_id].style.color = "#FFFFFF";
    }
   }
  }
 }
