function mytext(idMessage)
{
	switch(idMessage) {
		case 0: return "en"; // l'abbreviazione della lingua corrente
		case 1: return "All required fields (marked with *) have to be filled, and you have to agree with the privacy policy.";
		case 2: return "You must enter a valid e-mail address.";
		case 3: return "This link will open in a new window";
	}
}
