Fusioon, the band formed by Santi Arisa, Martí Brunet and brothers Jordi and Manel Camp, were the most consistent Spanish prog rock band of the first half of the 70s.
/*
function set(variable){ return variable; }
var mis_categorias = set([2]);
var mis_labels = set([4]);
var mis_generos = set([14, 46]);
$('[name=genres]').each(function(){ $(this).parent().hide();});
mis_generos.forEach(function (e){$('[name=genres][value='+e+']').parent().show();});
$('[name=categories]').each(function(){ $(this).parent().hide();});
mis_categorias.forEach(function (e){$('[name=categories][value='+e+']').parent().show();});*/