var insnome = "Insert name.";
var inscognome = "Insert last name.";
var insemail = "Insert a valid email.";
var inspassword = "Insert password.";
var insusername = "Insert username.";
var insprivacy = "Please accept the Privacy Policy.";
var insmessaggio = "Insert a message.";
var insnazione = "Please fill the requested fields.";
var inscitta = "Please fill the requested fields.";
var insprovincia = "Please fill the requested fields.";
var inscap = "Please fill the requested fields.";
var inscampo = "Please fill the requested fields.";


function displaymessage (msg){
	alert (msg);
}