function privacy() {
        priv = window.open("privacy.asp",'privacy','scrollbars=yes,resizable=yes,directories=no,width=490,height=400,status=no,location=no,toolbar=no');
}
function c() {
	a = "con";
	b = "tatti.asp";
	window.location = a+b;
}

function cEN() {
	a = "eng/con";
	b = "tatti.asp";
	window.location = a+b;
}

function cIT() {
	a = "ita/con";
	b = "tatti.asp";
	window.location = a+b;
}
function generate(x, y) {
  var range = y - x + 1;
  return Math.round(Math.random() * range) + x;
}
function rnd_number(m){
   return generate (1,m);
}
