I have some code that works great... see below.
This works for one field on screen, I also need to load the function for multiple fields
eg.
ShowOrHide ('field1', 'field2', 'Value');
ShowOrHide ('field3', 'field2', 'Value');
ShowOrHide ('field4', 'field2', 'Value');
Here is the working code...