////////////////////////////////////////////////////////////////
//
// Beschreibung: Framesets nachladen
//
////////////////////////////////////////////////////////////////


//function reload(){
var breite,hoehe;
breite = screen.width;
hoehe = screen.height;
if(top.location.href == self.location.href){
    top.location.href = "/reload_e.asp?" + self.location.href;
}

//}

