function loadFrame() {
    if(!parent.Inhalt) {
        location.href="index.htm?" + location.pathname;
    }
}

