// this hilights rows in the product comparison tables
function colorRow(obj,v) {
	obj.className = v?"tint":"";
}
