function winopen(url){
	var win = window.open(url,'okno1',''); 
	return false;
}

function checkform() {
  if (document.getElementById('wdmail_from').value == '') {
    alert('Vyplòte, prosím, svùj e-mail.');
    return false;
  } else {
    return true;
  }
  
}
