function ill(div)
{
document.getElementById(div).style.color="orange";
document.getElementById(div).style.borderColor="orange";
}

function deill(div)
{
document.getElementById(div).style.color="white";
document.getElementById(div).style.borderColor="white";
}

function Ferma()
{
  parent.music.document.getElementById("musicdiv").innerHTML="";
}

function Avvia()
{
  parent.music.document.getElementById("musicdiv").innerHTML="<embed src='stadio.mp3' id='musica' autostart='true' loop='1' hidden='true'> </embed>";
}
