﻿
 <!--
    var Profil;
    Profil == null;
    function getProfil(URL, hoehe, breite, scrolling) {
        Profil = open(URL, "Profil", "height=" + hoehe + ",width=" + breite + ",toolbars=no,scrollbars=" + scrolling + ",directories=no,resize=no,menubar=no");

        if (Profil != null) {
            if (Profil.opener == null) {
                Profil.opener = self;
            }
        }
    }  
     
 //-->

