In JS objects are also associative arrays or hashes.

theStatus.Home

can also be read.

theStatus['Home']

You can access a form by performing these DOM calls:

document.forms['theForm']
document.forms.theForm