function validateData (objectInput) {
	objectInput.value = objectInput.value.replace (/[^a-zA-Z0-9_ αινσϊΑΙΝΣΪ@\.#\-,]/, "");
}

