<script>
w = window.open("","musica");
if (w.location.href.indexOf("pagMusica.htm")<0) w.location.href="pagMusica.htm"
w.focus();
</script>


ciao