/* Calendar Supporting JavaScript */

function submitForm(id){
  var form = document.getElementById(id);
  return form.submit();
}
