// JavaScript Document
function FensterF (Adresse) {
Fenster1 = window.open(Adresse, "Wettbewerb hoch", "width=310, height=620, left=1, top=1, directories=no, scrollbars=yes, toolbar=no, status=no, menubar=no, locationbar=no, dependent=yes, resizable=yes"); Fenster1.focus();
}
function FensterF2 (Adresse) {
Fenster1 = window.open(Adresse, "Wettbewerb breit", "width=620, height=310, left=1, top=1, directories=no, scrollbars=yes, toolbar=no, status=no, menubar=no, locationbar=no, dependent=yes, resizable=yes"); Fenster1.focus();
}