// Framemitladescript
Rahmen  = "http://www.schleu.de/_f/eTrade.html"; // 
function ZuHaus()
  {
if (self==top)
    {
    location.replace(Rahmen+"?"+location.href);
    }
  }

function NachHaus()
  {
  var URL=location.search;
  if(URL)
    {
    frame = eval("frames.inhalt");
    Seite = "eTrade_"+URL.substring(1,2)+URL.substring(3,4)+".html";
    frame.location.replace(Seite);
    }
  }

