<0> trying.. <0> like this? document.myForm.mytpe[0].checked = false;
<1> also, why would you check the third one when clicking on the first, and the third one when clicking the second, and the fist one when clicking the third? <0> oh... this one the first 2 are the same result i need <0> gonna show/hide divs with it <1> and when they are part of a group, you don't need to clear the other ones <0> oh <1> that's the beauty of a radio group as opposed to a bunch of checkboxes <0> yea thats cool