function bols_recommended(strength, taste)
{
	alert("strength: " + strength + "\taste: " + taste);
}