

			          PRIMA FASE
<!------------------- INIZIO CODICE DA COPIARE NEL CORPO DELLA PAGINA -------------------->
			( tra i tag <body> e </body> )
		      // Subito dopo l'apertura del tag <body> //


<script>
<!-- Original script by SPD. Visit us for more scripts like this one at www.superprodesign.com -->
<!-- Forbidden by copyright law to remove this comments under any situation. Enjoy!  -->


<!-- INDICA QUI SOTTO IL NOME DEL TUO FILE MIDI DI SOTTOFONDO -->
musi="secondo.mp3"

<!-- DA QUI IN AVANTI NON TOCCARE PIU' NULLA -->
function mus1()
{
if (t.options.selectedIndex==0){
mus.innerHTML="<embed src="+musi+" loop=-1>"
}
if (t.options.selectedIndex==1){
mus.innerHTML=""
}
}
document.write("<span id='mus' style='position:absolute;top:-90000'><embed src="+musi+" width=0 height=0 loop=-1></span>")
</script>



<!--------------------- FINE CODICE DA COPIARE NEL CORPO DELLA PAGINA -------------------->




			        SECONDA FASE
<!------------------- INIZIO CODICE DA COPIARE NEL CORPO DELLA PAGINA -------------------->
			( tra i tag <body> e </body> )
		// Nel punto in cui vuoi che appaia il men a tendina //


<p align="center">
<select name="t" onchange="mus1()" size="1">
      <option>Musica abilitata </option>
      <option>Musica disabilitata </option>
</select> 
</p>



<!--------------------- FINE CODICE DA COPIARE NEL CORPO DELLA PAGINA -------------------->


