Window and Frame Objects
The Window object—the top-level JavaScript object—corresponds to an autonomous browser window
A browser window may be divided into subwindows called frames
The Frame object “inherits” all of its properties and methods from Window
Each <FRAME> tag in an HTML document generates a Frame object