This is Frame1_0. JavaScript loaded in this window can...
- reference this window with: self, window, top.frames[1].frames[0], parent.frames[0]
- reference the parent window with: parent
- reference the top-level window with: top, parent.parent
- reference Frame0 window with: top.frames[0], parent.parent.frames[0]
- reference Frame1_1 window with: top.frames[1].frames[1], parent.frames[1]