This works in my "live" system but not when I paste it into Jsfiddle. The function is just not being called when I change the select. Why?
function InsertPrice(Variante) {
document.getElementById('pricebox-right').innerHTML = 'US $ ' + Variante;
return true; }