I have made four checkboxes with the same name and diffrent vlues.

The name is 'chkInstrution' and values goes from 1 to 4.

How to do a javascript validation to ensure that the third and fourth checkboxes are checked only after the first two check boxes are selected.