
function FramesetTest() 
{
    if (top.frames.length==0)
	{
      Address="index.htm";
      if(document.images) top.location.replace(Address);
      else top.location.href=Address;
    }
}

function GutscheinLink()
{
  top.location.href="Faxantwort.pdf";
}
