X-) Wouldn't it figure, as soon as I send the reply to your post, I did some more tinkering and figured it out. What I did was create a button to pass the name of the radio buttons to the following function:
function uncheck(name) {
if (name[0].checked != "0") {
name[0].checked = 0...