Using an IF statement with a multi-select field in an OnChange Script

SOLVED

Hi Everybody,

I hope someone can help me understand how to use an IF statement with a Multi-Select field in an OnChange script.

This basic IF statement can determine whether Blue has been selected in a Text or Selection field.

if (oppo_color.value == 'Blue')

However, it doesn't work with a Multi-Select field, which is what I really need.

Is there something I can do to make that work?

Thanks very much in advance!

Kevin