        <!--
        function showhide(name) {
                var e = document.getElementById(name);
                e.style.display = (e.style.display == 'block') ? 'none' : 'block';
        }

var url
var breite =0
var hoehe =0

function openWin(url, breite, hoehe) {
var
n=open(url,'new','width='+breite+' ,height='+hoehe+' ,left=50,top=30, menubar=no, SCROLLBAR=no,resizable=no');
}

// -->

