
function setAvail() {
  var object=document.forms['availability'];
  object.subbing.value=1;
}
