function sendtowall() { theGroup = document.forma.selected; for (i=0; i< theGroup.length; i++) { if (theGroup[i].checked) { sendwallwindow(theGroup[i].value); break; } } }