function daniele(i,squadra){
document.getElementById('BoxCentro').innerHTML="<div style='background-image: url(img/TitoloSquadre_top.png); color:#003399; height:40px;'><h1>"+squadra+"</h1></div><div style='width:20px;float:left;'><img src='img/TitoloSquadreLato.png'></div><div style='float:left;'><embed id='daniele' src='"+i+"' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' ></embed></div><div style='width:20px;float:right;'><img src='img/TitoloSquadreLato.png'></div><div><img src='img/TitoloSquadre_giu.png'>"}

function ApriMenu(id,si){
 if(document.getElementById){
  var el=document.getElementById(id);
  el.style.display = (el.style.display=="block") ? "none" : "block";
  document.getElementById(si).className = (document.getElementById(si).className=="chiuso") ? "aperto" : "chiuso";
//  alert(document.getElementById(si).className);
}
}
function apri(id) {
	
    }

