jQuery: Switching The Focus Between Two Form Fields

In the last version of my Google Translator widget for Opera I had to solve one problem – how to switch the focus between two textarea
s by clicking on a hotkey.
In this article I want to share jQuery script, that solves this problem. May be it will be usefull for someone.