function clearZapytanie(){
	var form = document.forms[0];
	form.reset();
}
