function neuesFenster(url, name, attrib){
MyWindow=window.open(url, name, "width=330,height=440,top=100,left=290,resizable=no,toolbar=no,scrollbars=no,dependent=yes");
}
function neuesFenster01(url, name, attrib){
MyWindow=window.open(url, name, "width=510,height=410,resizable=no,toolbar=no,scrollbars=no,top=50,left=100,dependent=yes");
}
function neuesFenster02(url, name, attrib){
MyWindow=window.open(url, name, "width=580,height=450,resizable=no,toolbar=no,scrollbars=no,top=50,left=100,dependent=yes");
}
function neuesFenster03(url, name, attrib){
MyWindow=window.open(url, name, "width=430,height=350,resizable=no,toolbar=no,scrollbars=no,top=50,left=100,dependent=yes");
}
function neuesFenster04(url, name, attrib){
MyWindow=window.open(url, name, "width=230,height=450,resizable=no,toolbar=no,scrollbars=no,top=50,left=100,dependent=yes");
}
function neuesFenster05(url, name, attrib){
MyWindow=window.open(url, name, "width=430,height=270,resizable=no,toolbar=no,scrollbars=no,top=50,left=200,dependent=yes");
}
