function wo_bin_ich()
{
if (parent.frames.length == 0) 
  {
    Adresse = String(window.location);
    Woerter = Adresse.split("/");
    LastSegment=Woerter[Woerter.length-1]; 
     if (confirm('Zur Orientierung in unserem Shop werden Navigationsleisten benoetigt. \n\nSollen diese jetzt dazugeladen werden?')) window.parent.location.href="index.htm"+"?"+Woerter[Woerter.length-1];
  }
}
function lade_frame ()
{
  if (parent.frames.length == 0)
  {
     top.location.href="index.htm";
  }
  else
  {
	Adresse = String(parent.location.href);
	Woerter = Adresse.split("?");
	parent.frames["aframe"].location.href=Woerter[1];
	Adresse2 = String(window.top.location);
Woerter2 = Adresse2.split("/");
MitFrage=Woerter2[Woerter2.length-1];
Woerter2 = Adresse2.split("?");
LastSegment2=Woerter2[Woerter2.length-1];
if (LastSegment2=="oben.htm") LastSegment2="haupt.htm";
		if (MitFrage=="menue.htm") LastSegment2="haupt.htm";
		if (MitFrage=="") LastSegment2="haupt.htm";
		parent.frames[parent.frames.length-1].location=LastSegment2;
		if (MitFrage=="index.htm") LastSegment2="haupt.htm";
		parent.frames[parent.frames.length-1].location=LastSegment2;
		if (MitFrage=="shop.htm") LastSegment2="haupt.htm";
		parent.frames[parent.frames.length-1].location=LastSegment2;
	
  }
}
