%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % PAGE ONE RADIO BUTTON FIVE: ONLY ONE OF FIVE RADIO BUTTONS CAN BE ON % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 0 0 30 30 %%EndProlog [ /T (pageoneradio5) /F 4 /Subtype /Widget /Rect [0 0 30 30] /FT /Btn % button, radio type /AP << /N << /On {Radio_Button_Selected} /Off {Radio_Button_UnSelected} >> >> /AS /Off /Action << /Subtype /JavaScript /JS( var undefined; function turnOff\(inName\) { var otherradiobutton = this.getField\(inName\); if\(otherradiobutton != undefined\) otherradiobutton.value = "Off"; } turnOff\("pageoneradio1"\); turnOff\("pageoneradio2"\); turnOff\("pageoneradio3"\); turnOff\("pageoneradio4"\); ) >> /ANN pdfmark %%EOF