I have done the following code in JavaScript to put focus on the particular element (branch1 is a element),
document.location.href=\"#branch1\";
Check jQuery.ScrollTo, I think that's the behavior that you want, check the demo.