// JavaScript Document
function WyslijMaila() {
	var flaga = false;
	if (document.MailMod.df456fd.value.replace(' ', '').length == 0) flaga = true;
	if (document.MailMod.we765ew.value.replace(' ', '').length == 0) flaga = true;
	if (document.MailMod.nh357nh.value.replace(' ', '').length == 0) flaga = true;
	if (document.MailMod.da657ad.value.replace(' ', '').length == 0) flaga = true;
	
	if (flaga) alert('Proszę uzupełnić wszystkie pola!');
	else document.MailMod.submit();
}