Consider the following code:
GoTo Label2 ... [content here] ... More content
If the element is an anchor tag, you should be able to do:
document.getElementsByName('label2')[0].focus();