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

