function Anordnung()
{
F1 = window.open("../verzeichnis.htm","Verzeichnis","width=330,height=600,left=0,top=0, scrollbars=yes, resizable=yes");
F1.resizeTo(width=330 ,screen.availHeight);
F1.moveTo (0,0)
F1.focus();
// self.close();
}

if (document.layers){
    window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
    window.onmousedown=rightclick;
    window.onmouseup=rightclick;

    function rightclick(e) {
    if (e.which == 3) {
    Planet = window.open("../global/hinweis.htm","Hinweis","width=550,height=520, resizable=yes");
    Planet.focus();
    return false;
    }
    else {
        return true;
        }
    }
}
if (document.all){
    function click() {
    if (event.button==2) {
    Planet = window.open("../global/hinweis.htm","Hinweis","width=550,height=520, resizable=yes");
    Planet.focus();
    }

    if (event.button==3) {
    Planet = window.open("../global/hinweis.htm","Hinweis","width=550,height=520, resizable=yes");
    Planet.focus();}
    }
    document.onmousedown=click
}

    function Mailfenster()
{
    Planet = window.open("../global/hinweis.htm","Hinweis","width=550,height=520, resizable=yes");
    Planet.focus();
}

// --------------------------
   if(top.frames.length > 0)
   top.location.href=self.location;
// --------------------------

