// JavaScript Document
function neuFenster(source,name,size)
        {
        var newWindow =
        window.open(source,name,size)
        }

