//lschlenker fuer happytree 05072004
<!--

function ow (url,x,y){
        text="width="+x+",height="+y+",scrollbars";
        neuwin=window.open(url,"bild",text);
        neuwin.moveTo(20,20);
        neuwin.focus();
        }

function ow1 (url,x,y) {
        text="width="+x+",height="+y+",scrollbars";
        neuwin=window.open(url,"bild1",text);
        neuwin.moveTo(40,40);
        neuwin.focus();
        }

-->
