var wf = "";

wf = ",resizable=yes,scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no"



function tdaopenwindow(htmlf,windn,breite,hoehe) {

        window.open(htmlf,windn,"width="+breite+",height="+hoehe+wf)

}