function dzisiaj()
{
var data = new Date();
	zakresy.m1.value=data.getMonth()+1;
	zakresy.m2.value=data.getMonth()+1;
	
	zakresy.dz1.value=data.getDate();
	zakresy.dz2.value=data.getDate();
	
	var d1=data.getYear();
	if (d1<1900) d1=d1+1900;

	zakresy.r1.value=d1;
	zakresy.r2.value=d1;
}








function umowy_zaznacz(idcheck, pole1) {
	if (document.getElementById(idcheck).checked==true) {
		document.getElementById(pole1).style.backgroundColor = "#9ACD32";

	} else {
		document.getElementById(pole1).style.backgroundColor = "#ffffff";

	}
	
}

function umowy_sel() {
	umowy_zaznacz("studuczen", "pole1");
	umowy_zaznacz("etat", "pole2");
	umowy_zaznacz("innaumowazlecenie", "pole3");
	umowy_zaznacz("emerytrenta", "pole4");
	umowy_zaznacz("emerytrenta2", "pole5");
	umowy_zaznacz("dzgosp", "pole6");
	umowy_zaznacz("urzpracy", "pole7");
	umowy_zaznacz("regulamin", "pole8");
	
	umowy_sel2();
}

function umowy_sel2() {
	if (document.getElementById("studuczen").checked==true) {
		if (document.getElementById("szkolatypu").checked==true) {
			document.getElementById("uczen2").style.backgroundColor = "#ffffff";
			document.getElementById("student2").style.backgroundColor = "#9ACD32";
		} 
		if (document.getElementById("szkolatyps").checked==true) {
			document.getElementById("student2").style.backgroundColor = "#ffffff";
			document.getElementById("uczen2").style.backgroundColor = "#9ACD32";
		}
	} else {
			document.getElementById("uczen2").style.backgroundColor = "#ffffff";	
			document.getElementById("student2").style.backgroundColor = "#ffffff";
			
			document.getElementById("szkolatyps").checked=false;
			document.getElementById("szkolatypu").checked=false;
	}
}


function umowy_sel3() {
	document.getElementById("urzpracy").checked=true
	umowy_zaznacz("urzpracy", "pole7");
}

function validateForm(AForm) {
	return true;
}
