function musica(pathFile){
var musicsrc=pathFile;

if (navigator.appName=="Microsoft Internet Explorer")
document.getElementById('parah').innerHTML+='<bgsound src='+'"'+musicsrc+'"'+' loop="infinite">';
else 
document.getElementById('parah').innerHTML+='<embed src=\"'+musicsrc+'\" hidden="true" border="0" width="20" height="20" autostart="true" loop="true">';
}
