I have a form with a dropdown that when changed kicks off a javascript alert mes

I have a form with a dropdown that when changed kicks off a javascript alert message. I would also like it to show/hide an 'Instructions' for another field. The field itself I always want to display, but the instructions below it I would like to either show/hide or change from an empty string to a message of my choosing.

I can hide/show a form field directly but haven't found how in 6.6 to change or hide the Instructions dynamically:
window.FormAPI.hide("dropdown102");...

OriginalPostID-62250

OriginalPostID-62250

  Discussion posts and replies are publicly visible