// JavaScript Document

function ChangeSize(Size)
{
  document.getElementById("branchinfo").style.fontSize = Size;
  }
function ChangeWeight(Weight)
{
  document.getElementById("branchinfo").style.fontWeight = Weight;
}