<input type='radio' name='top1' value='top1'>top1</input><br />
<input type='radio' name='top2' value='top2'>top2</input><br />
<input type='radio' name='bottom1' value='bottom1'>bottom1</input><br />
<input type='radio' name='bottom2' value='bottom2'>bottom2</input><br />
<input type='submit' value='Отправить' />
Вопрос такой. Как сделать так, чтобы кнопка отправления была неактивна до тех пор, пока не выделен элемент top1 или top2 и (одновременно) bottom1 или bottom2?