function kontakt(breite,hoehe) {
 Kontakt=window.open('','Kontakt','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=130,top=8');
 Kontakt.focus();
}

function pdf(breite,hoehe) {
 PDF=window.open('','PDF','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=130,top=8');
 PDF.focus();
}

function drucken(breite,hoehe) {
 Drucken=window.open('','Drucken','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=130,top=8');
 Drucken.focus();
}

function artikel(breite,hoehe) {
 Artikel=window.open('','Artikel','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=130,top=8');
 Artikel.focus();
}

function fenster(breite,hoehe) {
 Fenster=window.open('','Fenster','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width='+breite+',height='+hoehe+',left=130,top=8');
 Fenster.focus();
}