Object Referencing
A fully-qualified reference:window.document.myForm.myButton.value
window (often suppressed) and document are pre-defined objects
myForm and myButton are user-defined object names
value is a property of the Button object (and most other form elements)