
//var ZielDatei = "http://ists015.ist-gmbh-net.de/cfk/select.html?http://ists015/cfk/bilder/20060423_Langenburg/index.html";
var ZielDatei = top.location.protocol+"//"+top.location.host+"/select.html?"+top.location.href+"";
//alert(ZielDatei+" "+top.FramesetGeladen);
if (!top.FramesetGeladen){
  
  if(document.images) {
     //alert("Replace");
     top.location.replace(ZielDatei);
  }
  else {
     //alert(top.location.href);
     top.location.href = ZielDatei ;
  }
}

