// This JavaScript sets the destination of a form
function onSubTwelve() {
 document.getElementById("to").value = "dcapuano@bu.edu,cmccarta@bu.edu";
}
function onSub13() {
 document.getElementById("to").value = "gradint@bu.edu";
}
function onSub14() {
 document.getElementById("to").value = "gradtax@bu.edu";
}
function onSub15() {
 document.getElementById("to").value = "gleonard@bu.edu,lawreg@bu.edu,dcapuano@bu.edu";
}
function onSub16() {
 document.getElementById("to").value = "ten@bu.edu,gleonard@bu.edu,sully@bu.edu";
}
function onSubSIIP() {
 document.getElementById("to").value = "shallor@bu.edu";
}
function onSubTARE() {
 document.getElementById("to").value = "smarshal@bu.edu";
}