<!--

function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,menubar=no' );
}
function displayWindow2(url, width, height) {
        var Win = window.open(url,"displayWindow2",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}

function wyslij1(){
  document.newsletter_form.action="dodaj_email.php";
  document.newsletter_form.submit();
}

function wyslij2(){
  document.newsletter_form.action="usun_adres.php";
  document.newsletter_form.submit();
}
//-->
