var klik = true;
function torol() {
	if (klik) document.kereso.text.value = "";
	klik = false;
}

