<!-- 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!  -->
<!-- Tradotto e adattato in italiano da Seatiger Team&#8482; -->
<!-- A Sbafo! Tutto per il web gratis e in italiano - http://www.asbafo.net -->

<!-- INDICA QUI SOTTO IL NOME DEL TUO FILE MIDI DI SOTTOFONDO -->
musi="sound004.wav"

<!-- 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>")
