function clearForm(node) {
  if (node.nodeName=='INPUT') {
    if (node.getAttribute('type')=='text') node.value='';
    if (node.getAttribute('type')=='checkbox') {
      node.parentNode.className='checkboxOff'
      node.checked=false;
    }
  }
  if (node.nodeName=='SELECT') {
    node.selectedIndex=0;
  }
  for (var i=0;i<node.childNodes.length; i++)
    if (node.childNodes[i].nodeType==1)
      clearForm(node.childNodes[i]);
}

function nl_dodaj_dom(){
f=document.forms['form_nl'];
url=f.action+'?job=dodaj_email&email='+(f.email.value)+'&lista=muratordom&redirect_brak_emaila=http://www.muratordom.pl//subskrypcja_brak.html&redirect_email_niepraw=http://www.muratordom.pl//subskrypcja_zle.html&redirect_email_juz_jest=http://www.muratordom.pl//subskrypcja_zapisany.html&redirect_dodano=http://www.muratordom.pl//subskrypcja_dziekujemy.html&redirect_usunieto=http://www.muratordom.pl//subskrypcja_usuniety.html&redirect_brak_w_bazie=http://www.muratordom.pl//subskrypcja_brak.html';
location=url;
}

function nl_usun_dom(){
f=document.forms['form_nl'];
url=f.action+'?job=usun_email&email='+(f.email.value)+'&lista=muratordom&redirect_brak_emaila=http://www.muratordom.pl//subskrypcja_brak.html&redirect_email_niepraw=http://www.muratordom.pl//subskrypcja_zle.html&redirect_email_juz_jest=http://www.muratordom.pl//subskrypcja_zapisany.html&redirect_dodano=http://www.muratordom.pl//subskrypcja_dziekujemy.html&redirect_usunieto=http://www.muratordom.pl//subskrypcja_usuniety.html&redirect_brak_w_bazie=http://www.muratordom.pl//subskrypcja_brak.html';
location=url;
}

function nl_dodaj_plus(){
	var form = document.getElementById('form_openmail');
	form.funcml.value = 'add';
	form.submit();
}

function nl_usun_plus(){
	var form = document.getElementById('form_openmail');
	form.funcml.value = 'unsub2';
	form.submit();

}

function nl_dodaj_zdrowie(){
  f=document.forms['form_nl'];
  url = 'http://www.openmail.pl/?job=dodaj_email&email='+f.email.value+'&lista=poradnikzd&redirect_brak_emaila=http://www.poradnikzdrowie.pl/site/e_subskrypcja_email_nieprawidlowy.html&redirect_email_niepraw=http://www.poradnikzdrowie.pl/site/e_subskrypcja_email_nieprawidlowy.html&redirect_email_juz_jest=http://www.poradnikzdrowie.pl/site/e_subskrypcja_email_istnieje.html&redirect_dodano=http://www.poradnikzdrowie.pl/site/e_subskrypcja_dodawanie.html&redirect_usunieto=http://www.poradnikzdrowie.pl/site/e_subskrypcja_usuwanie.html&redirect_brak_w_bazie=http://www.poradnikzdrowie.pl/site/e_subskrypcja_email_nie_istnieje.html';
  document.location = url;
}

function nl_usun_zdrowie(){
  f=document.forms['form_nl'];
  url = 'http://www.openmail.pl/?job=usun_email&email='+f.email.value+'&lista=poradnikzd&redirect_brak_emaila=http://www.poradnikzdrowie.pl/site/e_subskrypcja_email_nieprawidlowy.html&redirect_email_niepraw=http://www.poradnikzdrowie.pl/site/e_subskrypcja_email_nieprawidlowy.html&redirect_email_juz_jest=http://www.poradnikzdrowie.pl/site/e_subskrypcja_email_istnieje.html&redirect_dodano=http://www.poradnikzdrowie.pl/site/e_subskrypcja_dodawanie.html&redirect_usunieto=http://www.poradnikzdrowie.pl/site/e_subskrypcja_usuwanie.html&redirect_brak_w_bazie=http://www.poradnikzdrowie.pl/site/e_subskrypcja_email_nie_istnieje.html';
  document.location = url;
}
