
    function ChildWindow(File)
    {

    Detailansicht = window.open(File,'_blank','toolbar=yes'+',scrollbars=yes,width=750,height=600,left=0,top=0,menubar=no,location=no,resizable=yes')
    Detailansicht.focus();

    }

    //-->

