function neuesFenster(url, name, attrib){
MyWindow=window.open(url, name, "width=330,height=440,top=100,left=100,resizable=no,toolbar=no,scrollbars=no,dependent=yes");
}
function neuesFenster01(url, name, attrib){
MyWindow=window.open(url, name, "width=1064,height=756,top=100,left=100,resizable=no,toolbar=no,scrollbars=no,dependent=yes");
}
function neuesFenster01a(url, name, attrib){
MyWindow=window.open(url, name, "width=760,height=660,top=100,left=100,resizable=no,toolbar=no,scrollbars=no,dependent=yes");
}
function neuesFenster02(url, name, attrib){
MyWindow=window.open(url, name, "width=400,height=520,top=100,left=100,resizable=no,toolbar=no,scrollbars=no,dependent=yes");
}
function neuesFenster03(url, name, attrib){
MyWindow=window.open(url, name, "width=400,height=380,top=100,left=100,resizable=no,toolbar=no,scrollbars=no,dependent=yes");
}

