
function confirmClearForm() {
	isOk=confirm("Haluatko varmasti tyhjentää lomakkeelle syöttämäsi tiedot?");
}

