// JavaScript Document

function changeLoc(office)
{
document.getElementById('officeLoc').innerHTML=office;
}
