//Neues Fenster1
function show1(url) {
        w = 545;
        h = 550;
        x = 50;
        y = 50;
        features = "width=" + w + ",height=" + h + ",scrollbars=yes,resizable=yes";
        msgWdw = open(url,"msg",features);
}

//Neues Fenster1
function show2(url) {
        w = 500;
        h = 550;
        x = 50;
        y = 50;
        features = "width=" + w + ",height=" + h + ",scrollbars=yes,resizable=yes";
        msgWdw = open(url,"msg",features);
}

//Neues Fenster1
function show3(url) {
        w = 500;
        h = 480;
        x = 50;
        y = 50;
        features = "width=" + w + ",height=" + h + ",scrollbars=yes,resizable=yes";
        msgWdw = open(url,"msg",features);
}
