﻿function GoToBranch(Obj)
{
    if (Obj.value != "")
    {
        window.location.href = "#branch_" + Obj.value;
        Obj.value = "";
    }
}
