function ini(a)

{

if (parent.frames.length == 0)
    {
  document.cookie = "Ziel="+location.href+"; path=/";
 top.location.href="../index.html";
    }
else
  top.NavLeiste.location.href=a;

}                    

function ini2(a)

{

if (parent.frames.length == 0)
    {
  document.cookie = "Ziel="+location.href+"; path=/";
 top.location.href="../../index.html";
    }
else
  top.NavLeiste.location.href=a;

}
