function artista(what) {
if (what.selectedindex != '') {
var idArtista = what.value;
document.location=('artista.php?idArtista='+idArtista);
}
}