<!--	
function compute(f) {
	f.dollar.value ="";
	f.result.value = "";
	var total = eval(f.solo.value) + eval(f.accomp.value) + eval(f.keyboard.value);
	if (total > 0) {f.result.value = total; f.dollar.value ="$";}
}
// -->
