/* alternatywy */
$(document).ready(function() {
	$("#frm-zglos-projekt input, textarea").click(function () {
		if (-1 != this.value.indexOf("...")) {
			$(this).val('');
		}
	});
});
