//Sets value for selected button
function setRelayForward(target) {
     
     document.forms[0].selectedButton.value=target;
}
