function centenario() {
	var w = 780;
	var h = 550
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open("centenario/default.asp","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
function PopupCentrata() {
	var w = 550;
	var h = 500
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open("scheda_calciatori.asp","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
function PrevFoto(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+20;
  altez=foto1.height+25;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}

var bgColor = "#CC0000";
var txtColor = "#FFFFFF";

if (document.all){
var wide = window.screen.availWidth;
var high = window.screen.availHeight;
}

function andBoom(id_nomi){
  if (document.all){
    var Boomer = window.open("","FotoGallery","fullscreen");
    Boomer.document.write('<HTML><BODY BGCOLOR='+bgColor+' SCROLL=NO><TABLE width=100% height=100%><TR><TD height=100% align=center><FONT FACE=VERDANA COLOR='+txtColor+'>Attendere...</FONT></TD></TR></TABLE></BODY></HTML>');
    Boomer.focus();
    
    Boomer.location = 'fullscreen.asp?id_nomi='+id_nomi;
  }  
  else {
    window.open('fullscreen.asp?id_nomi='+id_nomi,"FotoGallery","");
  }
}
