Window Properties
window and self are synonyms for the current window
top refers to the highest-level window in a hierarchy of frames
parent refers to the next-level window or frame in a hierarchy of frames
A window may have a name: myWin = window.open(URL);